Page 7 of 37 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 362
  1. #61
    Join Date
    Jun 2006
    Posts
    112
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    I used beyond compare as you suggested and it's all working beautifully *except* for an odd but rather large problem.... no matter what shipping you choose on the checkout shipping page, usps express mail shipping is what you get. I've gone back through the files comparing them and I'm not sure what I've done wrong to cause this to happen.... help?
    -------------------------
    Dichroic Jewelry

  2. #62
    Join Date
    Jun 2006
    Posts
    112
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    Nevermind... I just figured out that this wasn't caused by me... http://www.zen-cart.com/forum/showthread.php?t=80621
    -------------------------
    Dichroic Jewelry

  3. #63
    Join Date
    Oct 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    Hi there,

    I've recently installed this great contribution to my online store, but for some reason I can't seem to work out how to make the value in the shopping cart show with tax included. Our store is currently set to display prices with tax.

    Example:
    Our price to gift wrap is based on $2.50 + 10% tax per item. So for a cart that has say 2 items, the total gift wrap value should $5.00 + $0.50 tax giving $5.50 total.

    Currently the cart only shows $5.00 instead of $5.50. All other values are correct except this one.

    Any ideas why this would be and how I can go about fixing it?


    Thanks
    Max

  4. #64
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,480
    Plugin Contributions
    121

    Default Re: Gift Wrapping Contribution

    For some unknown reason, I fat-fingered it and forgot this switch. I'll fix it in the next release. For now, use a tax-included price and set tax recalc to none - I think this should work.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  5. #65
    Join Date
    Oct 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    Thanks for the fast reply.


    If I set the value to a tax included price and tax recalc to none, this will not show correctly when I genenerate my tax reports.

    I might see if I can take a closer look at this myself.



    thank again swguy.

  6. #66
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,480
    Plugin Contributions
    121

    Default Re: Gift Wrapping Contribution

    If you look at low_order_fee, you'll see what you need to do. You won't need to add a database entry, since for your store it will be on all the time. Look for DISPLAY_PRICE_WITH_TAX.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  7. #67
    Join Date
    Oct 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    Thanks for the pointer, I'll see what I can come up with.

  8. #68
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    I am sure I am doing something wrong, but I am can't get the category or product exit to work.

    I have read the FAQ on the site for the category problems, but I can't even get the product exit to work. I have uninstalled and reinstalled the module.

    Here is my code

    Code:
        function exclude_product($prid) {
            $id = (int)$prid;
            switch($id) {
    		   case 38:
    		   case 40:
    		   case 42:		   		   
                    return true;
            }
            return false;

  9. #69
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,480
    Plugin Contributions
    121

    Default Re: Gift Wrapping Contribution

    This is only part of the logic - have you installed the template files too? These control whether or not a check is displayed.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  10. #70
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    I didn't update them from the older version!

    Thank you for the quick reply and also for this add-on it is perfect!

 

 
Page 7 of 37 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. HOW TO set up Gift Wrapping for your store
    By swguy in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 12 Dec 2006, 11:19 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •