Page 11 of 37 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 362
  1. #101
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Gift Wrapping Contribution

    Gift Wrap 2.3_138 is now available in the downloads area. Please ONLY upgrade to this version if you are running ZenCart 1.3.8; otherwise, just run version 2.3.

    That Software Guy
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  2. #102
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Gift Wrapping Contribution

    A bug has been reported which affects storeowners who run with Gift Wrap include_tax = true in versions 2.2, 2.3 and 2.3_138 under php4. It is indicated by the error:

    Warning: Division by zero in ...includes/modules/order_total/ot_giftwrap_checkout.php on line 174

    The fix is identical in both versions: modify the file
    includes/modules/order_total/ot_giftwrap_checkout.php line 173 from

    if ($this->include_tax == 'true') {

    to

    if ($wrapfee != 0 && $this->include_tax == 'true') {

    This issue will be fixed in the next release.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  3. #103
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Gift Wrapping Contribution

    The bug described above is not limited to PHP4; it can also occur in some configurations under PHP5, so if you use tax_included as a setting in gift wrap admin, please apply this patch.

    Thanks,
    Scott
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  4. #104
    Join Date
    Jan 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    Hello. I am just learning about this add on.

    Can you help explain something? According to my PhPAdmin site my database is called: myusername_zc1

    and in the readme file it says:

    Run the sql script orders_wrap.sql in phpMyAdmin. If you have used
    a prefix in your database, modify orders_wrap.sql to reflect this (e.g.
    change "orders_giftwrap" to "zen_orders_giftwrap" if your prefix is
    "zen_").

    But I don't understand what to do. I'm not even familiar with phpadmin.

    Step by step would be great.

    Thanks!

  5. #105
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Gift Wrapping Contribution

    Call your hosting company and ask, "How do I get to phpMyAdmin?" It might be on your CPanel if you run CPanel, it might be somewhere else, I don't know, but they will help you find it. Once you've found it, you should probably place an ad in Commercial Help Wanted for someone to install this mod.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  6. #106
    Join Date
    Jan 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    i know where phpadmin is. I'm pretty capable with html, sql, css and php. I just don't know how exactly I'm to edit their script before running it.

    any ideas?

  7. #107
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Gift Wrapping Contribution

    You only have to edit the script if your database uses a prefix. Look in includes/configure.php to see if you've used a prefix value (look for DB_PREFIX). If you haven't, there's nothing to be done; just run the script.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  8. #108
    Join Date
    Feb 2006
    Posts
    113
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    I am trying to integrate giftwrap_2.3_138 with Fast and Easy Checkout 1.12a in Zen Cart 1.3.8a.

    The gift wrapping block displays correctly. All the admin controls work correctly in both modules/order total and Fast and Easy Checkout Module Switch. I do not get any errors.

    However when the items gift wrap checkbox is checked the gift wrapping is ignored and I get "no gift wrapping selected" on the final confirmation page. It seems somewhere in my merging I may have fudged something as the gift wrapping is not being passed properly.

    Can anyone suggest where I should look?
    Last edited by Picci; 18 Feb 2008 at 05:35 AM. Reason: typo

  9. #109
    Join Date
    Feb 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    I am using Gift Wrap with Pay Pal IPN. Orders are going through successfully, however, order details are not being recorded, meaning product attributes are not being recorded in the orders_products_attributes table and therefore not being recorded in the admin or invoice. If I enable credit cards on the site (only for test purposes, we are only using PayPal right now) it works just fine...orders with pay pal IPN are not. The Gift Wrap table is NOT being updated, however, but because the gift wrap is being entered into the orders_total table it still shows up on the invoice, and is therefore being correctly entered into paypal. Am I doing something wrong, did I miss something? I am using zen cart 1.3.7
    Last edited by mamirian; 24 Feb 2008 at 04:58 PM. Reason: wanted to add zen cart version

  10. #110
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Gift Wrapping Contribution

    I haven't added the IPN logic.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

 

 
Page 11 of 37 FirstFirst ... 91011121321 ... 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
  •