monkey13 Posted January 21, 2012 Posted January 21, 2012 I have only one product with no options, my link looks like this http://mysite.com/oscom/index.php?action=buy_now&products_id=103 It takes you to the cart but cart is empty, want a link that loads into cart. This is a first time setup, haven't had a functioning cart yet.
♥geoffreywalton Posted January 21, 2012 Posted January 21, 2012 without a link can help Cheers G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
♥14steve14 Posted February 5, 2012 Posted February 5, 2012 you dont feel like letting everyone in what you did to achieve this then. REMEMBER BACKUP, BACKUP AND BACKUP
BazilH Posted January 19, 2013 Posted January 19, 2013 If your trying to get rid of the add to cart primary button to replace it with a themed button then replace the line <span class="buttonAction"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span> with <span class="buttonAction"><?php echo tep_draw_button(IMAGE_BUTTON_IN_CART,'cart' ,tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $product_info['products_id'] . '&action=buy_now')); ?></span> I hate everything about web programming, give me C++ and MFC any day. Strangely enough, I love OSc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.