Page 10 of 10 FirstFirst ... 8910
Results 91 to 96 of 96
  1. #91
    Join Date
    Feb 2019
    Location
    Birmingham UK
    Posts
    12
    Plugin Contributions
    0

    Default Re: drop down attributes at product listing page near add to cart button.

    Using v2.1
    Actually spoke too soon, found an issue with the display on priced attributes,when selecting other than default.
    It shows the code instead of the additional price.
    e.g. A3ATTRIBUTES_PRICE_DELIMITER_PREFIX+4.00ATTRIBUTES_PRICE_SUFFIX

  2. #92
    Join Date
    Feb 2019
    Location
    Birmingham UK
    Posts
    12
    Plugin Contributions
    0

    Default Re: drop down attributes at product listing page near add to cart button.

    Seems to be returning the name instead of the value, which is actually a round bracket (
    Should show (+£4.00)

  3. #93
    Join Date
    Feb 2019
    Location
    Birmingham UK
    Posts
    12
    Plugin Contributions
    0

    Default Re: drop down attributes at product listing page near add to cart button.

    Seems to be returning the name of the constants instead of the values which are actually round brackets ()
    i.e. should show (+4.00)

  4. #94
    Join Date
    Feb 2019
    Location
    Birmingham UK
    Posts
    12
    Plugin Contributions
    0

    Default Re: drop down attributes at product listing page near add to cart button.

    Solved this for now by adding this to includes/modules/TEMPLATE_NAME/attributes_listing
    Code:
    define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');
    define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )');
    define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' (');
    define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') ');
    I am really new to PHP, so not sure if that's the best fix, will test it some more.

    It would be really cool if I could get it to show the adjusted price, but I suspect that is currently beyond my capabilities :)

  5. #95
    Join Date
    Feb 2019
    Location
    Birmingham UK
    Posts
    12
    Plugin Contributions
    0

    Default Re: drop down attributes at product listing page near add to cart button.

    Not sure if anyone else is interested in this, but the add to cart quantity field is now very wide. only accepts up to 6 characters though, so that's fine

  6. #96
    Join Date
    Feb 2019
    Location
    Birmingham UK
    Posts
    12
    Plugin Contributions
    0

    Default Re: drop down attributes at product listing page near add to cart button.

    Discovered that customers can no longer click through to the detailed product listing, so gave up

 

 
Page 10 of 10 FirstFirst ... 8910

Similar Threads

  1. v139a product listing page, read only attributes, add to cart button
    By buildingblocks in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 20 Sep 2013, 06:03 AM
  2. add to cart button on product listing (for products with attributes)
    By easy3dsource in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 10 Apr 2011, 06:08 PM
  3. Replies: 2
    Last Post: 9 Jan 2009, 12:33 PM
  4. Add Sort Drop Down to Product Listing?
    By hanzj in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Apr 2008, 08:37 PM
  5. add to cart box on every item on my home page near the details button
    By crash_bandicoot in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Feb 2008, 08:23 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR