Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2006
    Location
    Durham, UK
    Posts
    82
    Plugin Contributions
    0

    Default 1.3.5 Upgrade, Display Product Add to Cart Button 2 Not Showing

    Fresh 1.3.5 installation is fine, but when upgrading from 1.3.0.2 I discovered that the new radio button for option 2=on with Qty Box per Product wasn't showing.

    mysql_upgrade_zencart_1302_to_135.sql contains this:
    Code:
    UPDATE configuration SET configuration_title = 'Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)', configuration_description = 'Do you want to display the Add to Cart Button?<br /><br /><strong>NOTE:</strong> Turn OFF Display Multiple Products Qty Box Status to use Option 2 on with Qty Box per Product' WHERE configuration_key= 'PRODUCT_LIST_PRICE_BUY_NOW';
    Running this seems to fix it:
    Code:
    UPDATE configuration SET set_function = 'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), ' WHERE configuration_key= 'PRODUCT_LIST_PRICE_BUY_NOW';
    Also, the configuration_description could be a bit confusing.
    NOTE: Turn OFF Display Multiple Products Qty Box Status to use Option 2 on with Qty Box per Product
    As far as I understand it, if Display Multiple Products Qty Box Status is on and Display Product Add to Cart Button is either 1 or 2, then Qty Box per Product will always show, but the Add to Cart Button never will.

    Might something like this explain it better?
    NOTE: To display Add to Cart button per product, turn off Display Multiple Products Qty Box Status

  2. #2
    Join Date
    May 2004
    Posts
    777
    Plugin Contributions
    0

    Default Re: 1.3.5 Upgrade, Display Product Add to Cart Button 2 Not Showing

    I was coming here to post the same problem with the option 2 missing. The sql statement given by imac fixed mine as well.

    The problem I still have is for the products that have the buy now buttons despite the db fix, diplay this text under the Buy Now button:

    min:0 Units:0
    *Mixed ON

    When you click on the Buy Now a yellow message appears at the top of the shopping cart:



    anyone have this problem in v1.35d (upgrade from 1.3->1.302->1.35>

    betty

  3. #3
    Join Date
    Jul 2005
    Location
    Charlottesville, VA
    Posts
    439
    Plugin Contributions
    0

    Default Re: 1.3.5 Upgrade, Display Product Add to Cart Button 2 Not Showing

    Unfortunately, running Imac's SQL did not fix the add multiple products/quantities to cart for me, although it did add the radio button option 2 which was missing.

    I agree, this instruction was hard to understand: "NOTE: Turn OFF Display Multiple Products Qty Box Status to use Option 2 on with Qty Box per Product".

    Any suggestions where I should look?

  4. #4
    Join Date
    Mar 2006
    Location
    Durham, UK
    Posts
    82
    Plugin Contributions
    0

    Default Re: 1.3.5 Upgrade, Display Product Add to Cart Button 2 Not Showing

    Quote Originally Posted by dbrewster
    Unfortunately, running Imac's SQL did not fix the add multiple products/quantities to cart for me, although it did add the radio button option 2 which was missing.
    That fix was to add the option 2 button only, nothing more. What problem are you having with the add multiple function?

 

 

Similar Threads

  1. Help making Template
    By Shiftypow in forum Basic Configuration
    Replies: 8
    Last Post: 4 Jun 2007, 07:20 AM
  2. Add Product to Cart URL
    By Webbo1969 in forum Customization from the Admin
    Replies: 24
    Last Post: 27 Mar 2007, 01:38 AM
  3. Add to Cart not go to cart view
    By hertspool in forum Customization from the Admin
    Replies: 13
    Last Post: 14 Aug 2006, 02:27 PM
  4. Add to Cart button missing from product page
    By TATIANA in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jul 2006, 10:59 PM

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
  •