Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22
  1. #21
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    528
    Plugin Contributions
    0

    Default Re: how do I make "buy it now" link in featured products on the front page?

    Quote Originally Posted by milkyway View Post
    This is incorrect:

    PHP Code:
    $product_addtocart=zen_href_link$_GET['main_page'], 'products_id=' $product_id .'&action=buy_now'); 
    It should be:

    PHP Code:
    $product_addtocart zen_get_buy_now_button($featured_products->fields['products_id'],'<a href="' zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' $featured_products->fields['products_id']) . '">' zen_image_button(BUTTON_IMAGE_BUY_NOWBUTTON_BUY_NOW_ALT) . '</a>&nbsp;'); 


    I am not a coder, I just use dreamweaver for html and some php editing.

    Pardon my ignorance but can you please tell me where this PHP code gets inserted to?
    Love what you did for your client, this is pretty much I would like.


    Thanks
    -spawnie69
    Last edited by spawnie69; 6 Jul 2009 at 09:18 PM.

  2. #22
    Join Date
    Dec 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: how do I make "buy it now" link in featured products on the front page?

    I am using 1.3.9h.

    I am trying to add an add to cart box/button on every featured product on the main page.

    I tried to add

    $add_code .='. <a href="' . zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $featured_products->fields['products_id']) . '">' . '<img src="my image link" />' . '</a>';

    It doesn't work.

    How can I add an add to cart box/button on every featured product on the main page?

    Please help.

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v150 How Do I Make The "Buy Now" Button Go Away For Just One Item?
    By Scully in forum General Questions
    Replies: 5
    Last Post: 12 Feb 2013, 10:33 PM
  2. How to make an old product turn up under "new products" on the front page?
    By Nina_Paris_France in forum Customization from the Admin
    Replies: 4
    Last Post: 13 Jun 2011, 06:37 PM
  3. How to: new/featured main page - "buy now/details" change to "design" with attributes
    By ladybugmom in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Jan 2011, 11:23 AM
  4. Replies: 12
    Last Post: 17 Jul 2009, 01:26 AM
  5. Replies: 0
    Last Post: 9 Sep 2008, 03:44 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