douglaswalker Posted September 9, 2015 Share Posted September 9, 2015 tep_draw_button(IMAGE_BUTTON_BUY_NOW, 'cart', tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']), NULL, NULL, 'btn-success btn-sm') Hi there just wondered how i could add fa fa-shopping-cart to the above code. i thought it would be after IMAGE_BUTTON_BUY_NOW but it screws up the link Many thanks Doug Link to comment Share on other sites More sharing options...
♥Tsimi Posted September 9, 2015 Share Posted September 9, 2015 replace 'cart' with 'fa fa-shopping-cart' Link to comment Share on other sites More sharing options...
douglaswalker Posted September 9, 2015 Author Share Posted September 9, 2015 beautiful thank-you Do you know what the purpose of having the word 'cart' served? Doug Link to comment Share on other sites More sharing options...
burt Posted September 9, 2015 Share Posted September 9, 2015 Do you know what the purpose of having the word 'cart' served? Old jqueryui guff. That button slipped through the net, now updated in core. Thanks @@douglaswalker Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.