Results 1 to 10 of 47

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Posts
    356
    Plugin Contributions
    0

    Default Re: Add More Info Button after Buy Now on category listing

    Anybody?
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  2. #2
    Join Date
    Apr 2006
    Posts
    242
    Plugin Contributions
    0

    Default Re: Add More Info Button after Buy Now on category listing

    Well you could replace buy now buttons with a more INFO link.

    Configuration -> Product Listing -> Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)

    set it to: 0

  3. #3

    Default Re: Add More Info Button after Buy Now on category listing

    I'm still interested in doing this if anyone has found the solution. I want to have a "More Info" button as well as a "Buy Now" button next to each other. I tried messing around with product_listing.php in includes/modules, but I couldn't get both to appear at the same time. Maybe someone else has some ideas.

  4. #4
    Join Date
    Dec 2007
    Location
    Auckland NZ
    Posts
    24
    Plugin Contributions
    0

    Default Re: Add More Info Button after Buy Now on category listing

    Hi All...

    i realize this is an old thread....
    but i think i got it...

    In the IF ELSE statement the decides weather to display the "Buy now" button or the "More Info" text on line 153 of the product_listing.php page in my template...

    i just grabed the code that displays the "More info' text and added just after the "buy now" code so it displays both...

    i dont think this is the way i was meant to do it... but i am so close to finishing... that i dont think i will change the "Admin / Database settings"... so its working for me...

  5. #5
    Join Date
    Sep 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Add More Info Button after Buy Now on category listing

    Im trying to do this now. Could you show how you did it?
    Or anyone els got a idea how to do it?

    i want both more info and buy now.. thanks

  6. #6
    Join Date
    Feb 2005
    Posts
    283
    Plugin Contributions
    0

    Default Re: Add More Info Button after Buy Now on category listing

    After nearly killing myself over this wee issue - I've figured it out.

    - beware - back up any file you ever chnage!!!

    I am using the column listing module however (and I am also only displaying the more info link - no other add to cart, qty information) - but what I did was swop

    MORE_INFO_TEXT in the product_listing.php module for this

    zen_image_button(BUTTON_IMAGE_BUY_NOW, BUTTON_BUY_NOW_ALT, 'class="listingBuyNowButton"')

    and it works!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  7. #7
    Join Date
    Feb 2005
    Posts
    283
    Plugin Contributions
    0

    Default Re: Add More Info Button after Buy Now on category listing

    Decided to clean this up a bit rather than just hacking the code!

    (again back up any files you change - better safe than very sorry!!)

    I've created the button define image & button alt text for more info within
    includes/languages/english/buttons_names.php

    define('BUTTON_IMAGE_MORE_ALT', 'More information');

    &

    define('BUTTON_IMAGE_MORE_INFO', 'button_more_info.gif');

    I've then updated my product_listng.php file to show the new definitions zen_image_button(BUTTON_IMAGE_MORE_INFO, BUTTON_MORE_INFO_ALT, 'class="listingBuyNowButton"')

 

 

Similar Threads

  1. v151 Buy Now button in place of "... more info" in a Category contents listing
    By DougC in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 24 Oct 2013, 06:50 PM
  2. Adding a more info button alongside buy now button
    By jwburnside in forum General Questions
    Replies: 5
    Last Post: 6 Nov 2010, 01:36 PM
  3. Product Listing - Buy Now and ...more info?
    By JosephKola in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 17 Jul 2009, 08:29 PM
  4. Change Buy Now Button to More Info on Product Listing Page
    By prosam in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jul 2008, 02:21 PM
  5. More Info Link and Buy Now Button
    By Toot4fun in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 30 Dec 2007, 05:57 AM

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