Search:

Type: Posts; User: dapottster

Search: Search took 0.01 seconds.

  1. Thread: mp3 tracks

    by dapottster
    Replies
    0
    Views
    566

    mp3 tracks

    Hello,
    I sell a lot of CDs and I'm looking to offer individual tracks as downloads on some of them. Is there a way that I can have an interface similar to CDBaby or Amazon where somebody can:
    ...
  2. Replies
    4
    Views
    773

    Re: How did you hear about us help

    I did do the SQL. I do not think I changed any folder names, I think I just put them in their respective locations.
  3. Replies
    4
    Views
    773

    Re: How did you hear about us help

    It's just called "How Did You Hear About Us" by JT Website Design.
  4. Replies
    4
    Views
    773

    How did you hear about us help

    Hello everyone,
    I have recently downloaded the addon for referrals. I went the the directions and thought I got it all installed. It shows up on my control panel, but it does not show up on the...
  5. Replies
    12
    Views
    2,426

    Re: HTML Newsletters arriving as plain text

    Wow,
    I feel kind of stupid now. That did help, thanks!!!:clap:
  6. Replies
    12
    Views
    2,426

    HTML Newsletters arriving as plain text

    Hello,
    I tried searching the forum for this topic and couldn't find anything, so hopefully I'm not posting something that has already been discussed.
    I am trying to send an html newsletter instead...
  7. Replies
    1
    Views
    484

    Customer Newsletter

    Hello everyone,
    I was wondering if there is any way that I can automatically have my customer's names inserted into newsletters. Something like:
    Dear <FIRST_NAME>,
    Thanks...

    I have used other...
  8. Replies
    16
    Views
    3,820

    Re: How did you hear about us?? help pls

    Hello,
    I seem to be having troubles as well. I thought I got everything installed correctly, but it still doesn't work. I installed the SQL and am able to edit the referral options, but I don't...
  9. Pricing attribute not matching checkout

    Hello everyone,
    I just had a customer buy a product from me and realized that my pricing discount is not working correctly. I have a product that is marked 30% off. On top of that, there is an...
  10. Re: Different shipping methods for different categories

    I think I got it worked out. I forgot that I had the simple version, checking for one category, on the item option. I have updated it to the new code and so far everything seems to be working. ...
  11. Re: Different shipping methods for different categories

    I think we (I really mean you) have finally got it! My first test didn't come up with an admin error, and seemed to work correctly on the customer side of things too!! You are incredible! Thank...
  12. Re: Different shipping methods for different categories

    I added the code that you posted just above my previous post. And it did resolve the admin issue. But Flat Rate is simply disabled for everything now. Here's what I have.
    // class constructor
    ...
  13. Re: Different shipping methods for different categories

    Another new error on the admin page. This time it was on line 46 which is
    $chk_case += $_SESSION['cart']->in_cart_check('master_categories_id','56');
    Here is that whole section
    //...
  14. Re: Different shipping methods for different categories

    So I tried fixing that, and it still doesn't work. When I try to load the actual shipping page, it just comes up blank. When I load the admin shipping module it says there is an error on this line:...
  15. Re: Different shipping methods for different categories

    Alright, here is the entire file.
    <?php
    //
    // +----------------------------------------------------------------------+
    // |zen-cart Open Source E-commerce |...
  16. Re: Different shipping methods for different categories

    I simply added that code in place of this code
    // disable for one master_categories_id
    if ((IS_ADMIN_FLAG == false && $_SESSION['cart']->in_cart_check('master_categories_id','56')) > 0) {
    ...
  17. Re: Different shipping methods for different categories

    Here's what I tried
    // test contents for Cases
    global $cart;
    $skip_free = false;
    $chk_case = 0;
    $chk_case +=...
  18. Re: Different shipping methods for different categories

    Alright, so I still need help:(. I tried modifying the code for checking multiple categories for media mail, and applying that to the flat rate. This is what I tried:
    // test contents for Cases
    ...
  19. Replies
    45
    Views
    6,779

    Re: Media Mail Option

    That's awesome! It seems like everything works now, and if I need to add more categories I can. You are incredible!:hug:
  20. Replies
    1
    Views
    637

    Re: Looking for help with UPS shipping

    I too am looking for guidance in this area, can anybody offer any assistance?
    Thanks,
    Matt
  21. Re: Different shipping methods for different categories

    Thanks, but from one of your other posts I realized that I was using a parent category and that is why it wasn't working.
    Thanks for all your help, you're awesome!!!:clap::bigups:
  22. Replies
    45
    Views
    6,779

    Re: Media Mail Option

    Thanks, so is there a way that I can check a parent category? If not, how can I get it to check each individual category. Right now, if I'm not mistaken, the code is checking if the entire cart is...
  23. Replies
    2
    Views
    1,169

    Re: UPS Shipping weight

    Perfect, THANKS!
  24. Replies
    2
    Views
    1,169

    UPS Shipping weight

    Hello,
    I just did a trial order through my store with a single CD. I noticed when I got the the check out, it said that shipping weight was 4 lbs. That is one big CD! When I click the shipping...
  25. Replies
    45
    Views
    6,779

    Re: Media Mail Option

    I am trying to get media mailing from USPS to only appear when all products in the cart are from category 21. I used the code:

    if ($type == 'MEDIA' &&...
  26. Re: Different shipping methods for different categories

    I am trying to disable flat rate shipping when certain products are selected. I have two categories, both sub categories of 48, that have items that are too large for the flat rate shipping. I am...
  27. Re: Different shipping methods for different categories

    I'm having issues with this. When I "fixed" the problem using your first suggestion, it worked but admin got upset. When I scrolled down and used the fix to not upset the admin it didn't work. I...
  28. Replies
    7
    Views
    2,377

    Re: USPS-Offering Media mail on all items

    I have the same issue. Is there a way to use the category id to display media mail. For instance, can everything from category 21 show media mail while nothing else does?
    Thanks,
    Matt
  29. Re: Need shipping module to limit shipping options based on category or product

    I have the same issue, and I don't quite understand the solution. Ajeh, could you possibly explain more about what you're referring to.
    Thanks,
    Matt
  30. Replies
    5
    Views
    1,114

    Re: Problem with USPS calculator

    Thanks kobra! I followed your instructions and voila, it works! Now to figure out the flat rate boxes.
    Thanks,
    Matt
  31. Replies
    5
    Views
    1,114

    Re: Problem with USPS calculator

    Thanks for your response. I do have a USPS account. I am unfamiliar with the production server though, so that is probably my problem. What do I have to do with this "production server"?
    -Matt
  32. Replies
    5
    Views
    1,114

    Problem with USPS calculator

    Hey everyone,
    I am trying to offer flat rate, along with calculated UPS and USPS to my customers. I have no issues with the UPS calculator but the USPS calculator gives me "We are unable to find a...
  33. Replies
    13
    Views
    2,876

    Re: sale for new-customers only?

    Thanks, I think I finally got it all figured out. When I copied your code over I missed an initial < on one of the files. Little mistake, big problem! Oh well, got it all fixed now. Thank you so...
  34. Replies
    13
    Views
    2,876

    Re: sale for new-customers only?

    So I went through I checked everything out, and didn't see any problems in what I copied or the directories that the files are in. When I create a test account to log in with no orders, my page...
  35. Replies
    13
    Views
    2,876

    Re: sale for new-customers only?

    I think I messed something up. I thought I followed your directions, but my sidebox is showing the coding. I tried just turning on coupon_sidebox, but then nothing shows up. When I turn on...
  36. Replies
    13
    Views
    2,876

    Re: sale for new-customers only?

    Thank you Stevesh. That is definitely one way of accomplishing what I want.

    Ajeh, how would I go about creating a custom side box that only appears for customers that have not ordered yet? ...
  37. Replies
    13
    Views
    2,876

    Re: sale for new-customers only?

    Or, can I apply the the discount at the end to total purchase. Again only for first time customers though. I was thinking a coupon code that I send out in the welcome e-mail, but I don't think that...
  38. Replies
    13
    Views
    2,876

    sale for new-customers only?

    Hi,
    I would like to create a sale for all new customers. Something simple like 10% off everything for being a new customer. Is there a way that I can do this? Thanks in advance for your help....
  39. Re: Adding EZ-Page to More Information side box

    Thanks for all your help. Got it set now. How do I change the settings to eliminate the header of the side box? I am not sure I want to do that right now, but it seems like something that I would...
  40. Adding EZ-Page to More Information side box

    Hi,
    I would like to add an external link to my More Information side box. I have created the external link in EZ-Pages, but I haven't been able to figure out how to get that link into my More...
  41. Replies
    2
    Views
    1,097

    Re: Zen Cart banner in header

    Thank you so much. I found/figured out those first two articles, but that third one was the winner!
    Thanks!
  42. Replies
    2
    Views
    1,097

    Zen Cart banner in header

    Is there a way that I can take out the Zen-Cart image from my header? I have changed the header image, but that zen-cart banner is still there. I know it has to be in the code somewhere that I can...
  43. Replies
    2
    Views
    829

    Re: moving directory

    Thanks,
    I tried that before, but I missed the part about unlocking the file before making the changes! Thanks for making me look at that tutorial again.
  44. Replies
    2
    Views
    1,454

    Re: Change page title in Site Map

    Thanks, that did it!
  45. Replies
    2
    Views
    829

    moving directory

    Hi,
    I am trying to move my cart from steelpanstore.com/cart to simply steelpanstore.com. I have tried going into sessions, but that doesn't seem to help. I copied all the files from /cart/ into...
  46. Replies
    2
    Views
    1,454

    Change page title in Site Map

    So I have figured out how to change the page title on the page, and the page title in the sidebox, but it still says Page 2 when you go to the site map. If anybody could help me out with this, I...
  47. Replies
    5
    Views
    3,140

    Re: split payment between two parties

    I know that what ever method I use for collecting payment will automatically skim, so I was just kind of ignoring that. My original thought was to take the full amount and then pay the supplier the...
  48. Replies
    5
    Views
    3,140

    split payment between two parties

    Hi,
    I was wondering if anybody knows how to split a payment between two parties. I will be selling products for people through my website, and would like to have the money go to the actual seller...
Results 1 to 48 of 50
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR