mralaskaman Posted November 9, 2013 Posted November 9, 2013 is thire way tointegrate buynow button in osCommerce into wordpress
Bob Terveuren Posted November 10, 2013 Posted November 10, 2013 Hi there there's this http://wponlinestore.com/ or you could create your own link - if you go to the product_info.php page on you site for a product you can find the <form method=...... bit - add that to the hidden product id and a submit button as shown below (obviously change the url to your store) and then paste that code into a WP page or post - you have to ensure that this little <form></form> set of tags are not falling within another set (i.e. no nested forms) - if that's tricky then you could, instead, script up a button with jQuery <form method="post" action="http://localhost/catalog1/product_info.php?products_id=28&action=add_product" name="cart_quantity"> <input type="hidden" name="products_id" value="28" /> <input type="submit" value="Submit"> </form>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.