Search:

Type: Posts; User: manutd98

Search: Search took 0.01 seconds.

  1. Fancy "add to cart" notifications or product flies into cart. Can it be done?

    First I'll explain what I'm talking about :) Pr estashop has a fancy add to cart function, maybe it's AJAX, where you click "add to cart" and an image or a number flies into the cart and then fades...
  2. Replies
    8
    Views
    13,824

    Re: Contact Form "From" field on Contact Us page

    Thanks for the advice. We will see how it goes and change it back if necessary.
  3. Replies
    8
    Views
    13,824

    Re: Contact Form "From" field on Contact Us page

    Thanks for the reply. I understand the reasons it is set up this way, it makes sense. I am not asking you to change the software for everybody :)

    The problem I have is that if I am using gmail to...
  4. Replies
    8
    Views
    13,824

    Contact Form "From" field on Contact Us page

    When a customer uses the form on the "Contact Us" page, they enter their email address. The email we get has:

    From: [email protected] (this was entered in the admin settings)
    Reply-to:...
  5. Replies
    3
    Views
    4,736

    Re: UPS and Puerto Rico

    I just had the same problem. A user from PR complained there was no way to confirm the order and no shipping options.
  6. Replies
    5
    Views
    1,525

    Re: php syntax for single category link?

    But won't that have an effect on http vs https and give mixed content warnings?
  7. Replies
    5
    Views
    1,525

    Re: php syntax for single category link?

    That worked great, thank you :cool:
  8. Replies
    5
    Views
    1,525

    php syntax for single category link?

    In my template, if I want to hard code a link to a certain category, what is the proper way to do it?

    Is this it?


    <a href="<?php echo ('index.php?cPath=2')?>" class="nav guitar"></a>
  9. Re: Option Using Special Characters showing up funny on invoice

    Let's hope :)
  10. Replies
    13
    Views
    3,429

    Re: Can't edit on payment modules page?

    I had the same problem and it's because I had a backup (with a slightly different name) of a payment module file in the includes/modules/payment directory!

    I deleted the file and everything went...
  11. Re: 10413 Transaction refused because of an invalid argument

    I got the same error on my store so I am trying the fix posted by lsenft
  12. Re: Option Using Special Characters showing up funny on invoice

    Any update on what might work for this problem?
  13. Re: Option Using Special Characters showing up funny on invoice

    Thanks for trying, I am sorry it is complicated.

    I only need the omega symbol - I wonder if using a different character code for it would help? Or maybe edit the database directly rather than...
  14. Re: Option Using Special Characters showing up funny on invoice

    Thanks for helping. The default value was there in config > email options.

    I changed it to
    &pound;,£:&euro;,€:& #937;,Ω

    But it saves as
    &pound;,£:&euro;,€& #937:,& #937

    (I had to put the...
  15. Re: Option Using Special Characters showing up funny on invoice

    Anyone have any ideas? :cool:
  16. Option Using Special Characters showing up funny on invoice

    In my shop some of the products have an attribute-option to select the electrical impedance, which is listed in ohms with the symbol Omega Ω

    When the invoice prints, the option is indicated not...
  17. Re: How Do You Use Attributes Quantity Price Discounts Field?

    I'm sure the mod is cool, but the built in quantity pricing worked fine for my needs ;)
  18. Re: Show ONLY customer comments on Invoice and Packing Slip

    Thanks, Ajeh :)

    That worked great for me, I used the same concept on my invoice page as well.

    I honestly wasn't sure what to comment out, the things I tried would break the php code. Now I see...
  19. Show ONLY customer comments on Invoice and Packing Slip

    How can I customize admin\packingslip.php and invoice.php to show only the customer comments in the comments section? When you turn these on in the admin:

    Display Order Comments on Admin Invoice ...
  20. Disable shadow effect from text input and dropdown inputs?

    When you start to type inside a text box, the background color changes and a "shadow" effect happens when the border at the top changes.

    I would like to disable the shadow effect as it is making...
  21. Help with lining up my product listings vertically

    There are two things I'd like to do on my product listing pages, example here: http://metroamp.com/zencart/index.php?main_page=index&cPath=54

    1.) I'd like to apply the <h3 class="itemTitle"> tag...
  22. Replies
    2
    Views
    1,190

    Re: Turn off Model/Weight/Quantity/Mfr

    You're awesome :smile:

    That was hard to find!
  23. Replies
    2
    Views
    1,190

    Turn off Model/Weight/Quantity/Mfr

    On my individual product listing page, I would like to turn off this little bit of info that is right next to the price. I have been changing everything in the admin but I can't find where this...
  24. Re: Error 1054 Unknown column 'p.products_dim_type' - FEDEX module

    Thank you Numinix :cool:

    I chose to patch the database with the Auction Site Attributes asaattributes.sql patch so I could use the latest FedEx module and choose which services I offer. I found...
  25. Re: Error 1054 Unknown column 'p.products_dim_type' - FEDEX module

    Do you mean the new version of the FedEx module? Which version do you recommend if I won't be using dimensional shipping?

    I'm sorry :) I'm a little confused and not sure how to fix my store.
  26. Re: Error 1054 Unknown column 'p.products_dim_type' - FEDEX module

    Thanks for the reply. I am not using dimensional shipping - do I still need to install "Auction Site Attributes"?

    By replacing the modified includes/classes/shopping_cart.php from the FedEx module...
  27. Re: Error 1054 Unknown column 'p.products_dim_type' - FEDEX module

    I should also add that I can't find a table called products_dim_type in my database, and I have "enable dimensions" set to false in my FedEx module.
  28. Error 1054 Unknown column 'p.products_dim_type' - FEDEX module

    I am running 1.3.8a, and I installed the FedEx shipping module. Then I ran an sql patch to update all my products to taxable goods (UPDATE products SET products_tax_class_id=1; ). I did some test...
  29. Re: Can I make the price drop when item is added to cart?

    That's a good question. The reason is that some items can't be advertised below a certain price. But the description will say something like "add to cart for special price". The customer will know...
  30. Re: Can I make the price drop when item is added to cart?

    So then maybe it would not be the best way to do what I'm trying to? I'm definitely open to any suggestions.
  31. Re: Can I make the price drop when item is added to cart?

    So do you think it would work if I put a 25% quantity discount on a quantity of 1 of a certain item? Just trying to follow your suggestion the best way :)
  32. Can I make the price drop when item is added to cart?

    You know on Amazon sometimes something is on sale but you don't see the sale price until you add it to the cart?

    Let's say it's a book marked at $20, but when you add it to your cart the sale...
Results 1 to 32 of 32
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR