Page 1 of 2 12 LastLast
Results 1 to 10 of 393

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    Quote Originally Posted by Sevenhelmets View Post
    I'll do that swguy, and in the meantime, look forward to the upgrade in the future!

    In the meantime, it just occured to me that this is already possible, albeit in a rather "old fashioned way" with Zen Cart..
    I think the problem with this way that you mentioned above is that it will be a selection on the product page. It would be much easier to add to the shopping cart page (like swguy's mod) where they then can decided on which items in their cart they want gift wrapped and by which gift wrap option.

    We have been getting a lot of orders for gift wrap. We have to check the comments section to see if they want the b-day gift wrap or the holiday wrap. Sometimes it is hard to tell if they say just "Love Aunt Bo and Uncle Grit".
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,531
    Plugin Contributions
    127

    Default Re: Gift Wrapping Contribution

    Quote Originally Posted by jasmel View Post
    We have been getting a lot of orders for gift wrap. We have to check the comments section to see if they want the b-day gift wrap or the holiday wrap. Sometimes it is hard to tell if they say just "Love Aunt Bo and Uncle Grit".
    The "gift wrapping selection" code will provide a space for a note for each wrapped item.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Oct 2008
    Posts
    141
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    I've obviously done something wrong somewhere along the line - finishing an order as a test customer results in
    Code:
    1054 Unknown column 'orders_id' in 'field list'
    in:
    [INSERT INTO zen_orders_giftwrap (orders_id, orders_products_id, wrap) VALUES ('4', '11', '1')]
    Which leaves me a bit confused, since there's no 'orders_id' table in the sql I ran, only 'zen_orders_id'! I was pretty sure I edited the sql in the way the instructions said to - here's the modified orders_wrap.sql
    Code:
    DROP TABLE IF EXISTS zen_orders_giftwrap;
    CREATE TABLE zen_orders_giftwrap(
      zen_orders_giftwrap_id int(11) NOT NULL auto_increment,
      zen_orders_products_id int(11) NOT NULL default '0', 
      zen_orders_id int(11) NOT NULL default '0',
      zen_wrap int(11) NOT NULL default '0',
      PRIMARY KEY  (zen_orders_giftwrap_id),
      KEY zen_idx_orders_id_orders_prod_id_giftwrap (zen_orders_id,zen_orders_products_id)
    ) TYPE=MyISAM;
    All I did was add 'zen_' to each reference I could see to a filename, as my cart was auto-installed with Fantastico which automatically adds that prefix.
    Anyone offer any advice? I can't just not use this mod until I work it out because in Order Total Modules it only offers 'Yes' to 'Do you want to offer Gift Wrap - there isn't a 'No' option!
    The instructions say Insert Disk 3, but only two will fit...
    www.shedtraders.co.uk
    www.tobermorychocolate.co.uk

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,531
    Plugin Contributions
    127

    Default Re: Gift Wrapping Contribution

    Fantastico adds zen_ to the table name not the field names.

    Rerun the orders_wrap.sql through your admin panel under
    Admin->Tools->Install SQL Patches.

    This takes care of the prefix stuff.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,531
    Plugin Contributions
    127

    Default Re: Gift Wrapping Contribution

    The Beanstream mod is done. Gift wrap fans will be happy to hear I'm prototyping how to offer wrapping paper choices with tasty AJAX goodness. Stay tuned.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    Feb 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    Help! A customer has just placed an order and I believe the Gift Wrapping module is causing an error to be displayed AND the customer to be over charged.

    Background info -
    Zen Cart Version: 1.3.8a
    Gift Wrap version: Version 2.6_138

    Site and ordering, including confirmation screen, was working fine. Shop owner asked me to install GIft Wrapping module.
    After installation, everything seemed to work fine. Only I never processed a REAL order (right through to ACTUAL payment) for testing.

    NOW, a customer has just placed the following order...

    ISSUE part 1

    The order was processed with a price that is FAR too high!
    (text below copied from order recorded in Admin > Customers > Orders)
    Products: 1 x Maileg Vintage style Soldier ToyRattle
    Model: [blank]
    Tax: 10%
    Price (ex): $31.82
    Price (inc): $35.00
    Total (ex): $31.82
    Total (inc): $35.00

    Sub-Total: $79.95
    Flat Rate (within Australia) (2-3 days): $8.50
    Gift Wrap: $4.95
    GST (tax): $7.77
    Total: $93.90

    I checked the merchant facility at the bank's website and the order was processed at $93.90.

    NOTE: Not sure if this is related to the gift-wrapping module, but it didn't happen before this module was installed.


    Issue part 2

    After discovering this problem, I placed an order myself for the item next to it (identical in every way, including stock, but different color). I am in

    the same zone as the previous customer, and selected everything the same as she did, including gift wrapping.

    Products: 1 x Maileg Vintage style Princess Toy Rattle
    Model: [blank]
    Tax: 10%
    Price (ex): $31.82
    Price (inc): $35.00
    Total (ex): $31.82
    Total (inc): $35.00

    Sub-Total: $35.00
    Flat Rate (within Australia) (2-3 days): $8.50
    Gift Wrap: $4.95
    GST (tax): $3.68
    Total: $48.95

    As you can see, my order calculated to the correct amount (I think, I'm terrible with maths and tax!)


    IMPORTANT CLUE no.1

    After I placed my order, I did not get the usual confirmation screen. Instead, I got an error message reading as follows:
    Code:
    1146 Table 'sqsq1343_zc1.zen_orders_giftwrap' doesn't exist
    in:
    [INSERT INTO zen_orders_giftwrap (orders_id, orders_products_id, wrap) VALUES ('7', '7', '1')]


    IMPORTANT CLUE no.2

    When I go into Admin > Customers > Orders, I see the following error at the top of the page:
    Code:
    1146 Table 'sqsq1343_zc1.zen_orders_giftwrap' doesn't exist
    in:
    [select orders_products_id from zen_orders_giftwrap where orders_id = '7' and wrap = 1]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    NOTE: In both "important notes" above, the order id "7" is my order. The order id for the customer is "6".



    Can anyone tell me what is going on?! I'm extremely panicked and have a store owner most upset!

    Any help/solutions would be GREATLY appreciated!

    Thanks in advance,


    Stanbridge, The Worried

  7. #7
    Join Date
    Feb 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    Hi All,

    I think the calculation bug could be put down to the following post...

    http://www.zen-cart.com/forum/showthread.php?t=83928

    The errors I'm getting on this screen are most likely unrelated. Please feel free to correct me if you think I'm wrong.

    I have looked in phpMyAdmin and can see that the table named "zen_orders_giftwrap" doesn't exist, however, "orders_giftwrap" does.

    Can I simply rename this table to fix the problem? Or will I also have to manually key in records up to no 7 (the current highest)?

    Also, I forgot to mention last time since receiving these errors both myself and the store owner (each with separate admin accounts) never received email notification of new order. I suspect the missing table error stopped this program from getting this far.

    Again, any info is very much appreciated!

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,531
    Plugin Contributions
    127

    Default Re: Gift Wrapping Contribution

    From the README file:

    3. Only perform this step if you have never installed Gift Wrap 2.0 or
    greater:
    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_").
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #9
    Join Date
    Oct 2008
    Posts
    141
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    Quote Originally Posted by swguy View Post
    Fantastico adds zen_ to the table name not the field names.

    Rerun the orders_wrap.sql through your admin panel under
    Admin->Tools->Install SQL Patches.

    This takes care of the prefix stuff.
    Hi
    I'm still having the exact same problem as above - in my admin section I have a message at the top of the page that says
    Code:
    1054 Unknown column 'orders_products_id' in 'field list'
    in:
    [select orders_products_id from zen_orders_giftwrap where orders_id = '1231' and wrap = 1]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    The same message shows up at the top of the Packing Slip, and at the bottom of the invoice too. I'm fairly sure it also appears to the customer as he completes the order
    I've rerun the sql through 'add patches' as you suggested but the error persists?
    The instructions say Insert Disk 3, but only two will fit...
    www.shedtraders.co.uk
    www.tobermorychocolate.co.uk

  10. #10
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Gift Wrapping Contribution

    sweet! Any eta?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Gift Wrapping
    By Ms_X in forum General Questions
    Replies: 1
    Last Post: 23 Jan 2011, 03:05 AM
  2. Gift Wrapping Contribution
    By rascald in forum General Questions
    Replies: 0
    Last Post: 4 Jul 2009, 10:10 AM
  3. Gift Wrapping
    By Patpete in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 5 Sep 2008, 06:28 AM
  4. Gift Wrapping
    By AvieLF in forum General Questions
    Replies: 6
    Last Post: 6 Mar 2007, 01:56 AM
  5. Gift Wrapping
    By tbrides in forum General Questions
    Replies: 7
    Last Post: 3 Feb 2007, 10:12 PM

Posting Permissions

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