Page 32 of 37 FirstFirst ... 223031323334 ... LastLast
Results 311 to 320 of 362
  1. #311
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,478
    Plugin Contributions
    121

    Default Re: Gift Wrapping Contribution

    I don't think it works with FEC.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  2. #312
    Join Date
    Jan 2011
    Posts
    33
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    If this is not the giftwrap module for
    Numinix Fast and Easy Checkout that would explain.
    Do you know what giftwrap module works with Numinix Fast and Easy Checkout?

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

    Default Re: Gift Wrapping Contribution

    Maybe that would be a question for Numinix. (Of course, he might also say, "I have no idea.")
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  4. #314
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    6,969
    Plugin Contributions
    27

    Default Re: Gift Wrapping Contribution

    Quote Originally Posted by jdm719 View Post
    If this is not the giftwrap module for
    Numinix Fast and Easy Checkout that would explain.
    Do you know what giftwrap module works with Numinix Fast and Easy Checkout?
    Numinix has integrated an older version of Scott's gift wrapping mod into FEC.. and if you want to know WHICH version, you'll need to do a little searching in either this thread or the FEC thread.. because in ONE of those support threads I posted which version of Scott's gift wrapping mod has been bundled in with FEC..
    My Site
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #315
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    6,969
    Plugin Contributions
    27

    Default Re: Gift Wrapping Contribution

    Quote Originally Posted by jdm719 View Post
    If this is not the giftwrap module for
    Numinix Fast and Easy Checkout that would explain.
    Do you know what giftwrap module works with Numinix Fast and Easy Checkout?
    Try Gift WrappingContribution v2.6b_139: It worked with FEC the last time I tested this.. The thread I posted in either this or the FEC support thread should provide more information..
    My Site
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #316
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    359
    Plugin Contributions
    5

    Default Re: Gift Wrapping Contribution

    hi im using this mod on 1.3.9h, i am looking to use the user exit exclude_product() for products i get from a supplier which does not provide giftwrapping services. There are a vast amount of products which i need to exclude from giftwrapping but they are in amongst other categoriesso i cannot use the category exit.

    Although there is one common factor for all of the excluded products, the model number begins with the same 3 letters, ie ATS7056 , is there another user exit that will exclude products with those first three letters in the model number rather than doing it individually by product id?

    thought i would check before jumping in :) any response appreciated.
    http://www.mods.livvylougifts.co.uk Zen Cart Mod Site
    http://www.livvylougifts.co.uk Personalised gifts for every occasion

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

    Default Re: Gift Wrapping Contribution

    Exclude product takes a product_id, just look up the model number of that product and write your logic on that basis. As long as you keep the interface (input: product_id, output: boolean) you can replace the body of exclude_product() with whatever you want.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  8. #318
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    359
    Plugin Contributions
    5

    Default Re: Gift Wrapping Contribution

    i think ive read your reply about 40 times now and still am no better off lol! ive had a go but i have no real idea of what im doing when it comes to sql, i think im probably going to do more harm than good, not to worry thanks alot for getting back to me, much appreciated :)

    ill keep trying :)
    http://www.mods.livvylougifts.co.uk Zen Cart Mod Site
    http://www.livvylougifts.co.uk Personalised gifts for every occasion

  9. #319
    Join Date
    Apr 2008
    Posts
    184
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    Quote Originally Posted by mtechie501 View Post
    While running test transactions I came across an anomaly that I believe I isolated to the Gift Wrapping module. I am using Zen Cart 139h and Gift Wrapping version 2.8_139. An error occurs when a customer uses gift certificate funds as part of the payment for a purchase. At the confirm payment step, the cart is not recognizing the gift wrap cost (including its tax) when specifically assessing the unpaid balance remaining after applying the gift certificate funds.

    Example 1: I purchase an item for $10.00 and add gift wrapping for $5 for a total of $15. I will apply $12.00 from my gift certificate account funds toward this purchase, At the confirm payment step, ZenCart evaluates the purchase and appears to conclude that my payment is paid in full and sends me to the "Thank You" for your purchase page and records the completed purchase as paid by "Gift Certificate/Coupon." It does not pass the $3.00 unpaid balance on to my payment processor for billing purposes. The information ZenCart records in my customer account and in the Admin order record correctly shows there is an unpaid balance of $3.00 for this transaction and correctly deducted $12 from gift certificate account available balance - all of the details are accurate, however, I, the customer, did not get charged.

    Example 2: Now if were to instead apply $9.99 of gift certificate funds to this same purchase thereby not covering $.01 of the item's $10.00 cost; when I confirm the purchase, ZenCart recognizes there is an unpaid balance and accurately passes $5.01 ($.01 product + $5 gift wrap) on to my payment processor (in my case PayPal) to be paid. This is why I conclude that ZenCart compares the gift funds to the item cost only and does not recognize gift wrapping costs in its evaluation.

    (My examples here simplistic, I ran many test transactions with shipping costs, taxes, multiple products and so on before being able to determine this is where the problem appears to be.)

    If I am correct, wherever this decision point occurs in ZenCart, the code needed to tell the program to include gift wrapping costs may have been overlooked in the module's programming. This is a minor issue for this excellent module. This type of transaction will likely occur very, very infrequently and the consequence is minor, i.e., all or part of the gift wrapping charge may not be recovered. We make heavy use of gift certificate awards to our customers and that is why I was testing and ran into the problem. Assuming I am correct, I thought it helpful to make the community aware of the potential problem and have it noted as something to fix with a future upgrade/release.

    If I'm wrong, I'm back to square one and completely befuddled.
    We just experienced the same issue, and as explained it seems there is a problem with the Gift Certificate module, but can't find any information on how to fix this.

    Any idea how to fix this bug or what to look for?

    Thanks a bunch!
    M.Valenti
    Contemporary Artist - Entrepreneur
    http://www.manuelavalenti.com - http://www.byvalenti.com

  10. #320
    Join Date
    Jul 2010
    Location
    Findon, UK
    Posts
    90
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    Has anyone managed to make this wonderful gift wrapping add on work with Cowoa ?

    I had both add ons running smoothly under Zencart ver. 1.38a but after having upgraded to ver. 1.3.9f there is a fight from both add ons to use order.php and header_php.php (and probably a few more. I've tried to merge the two versions of the phps but it doesn't work.

    I really love the gift wrapping add on and it would be great if I could continue to run it with Cowoa.

    Kim

 

 
Page 32 of 37 FirstFirst ... 223031323334 ... 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
  •