![]() |
Adding items without product manager |
Post Reply ![]() |
Author | |
athenadesign ![]() Newbie ![]() Joined: 29 January 2009 Location: Kent, UK Status: Offline Points: 7 |
![]() ![]() ![]() ![]() ![]() Posted: 05 February 2010 at 11:11pm |
Hi!
Can it be confirmed what this means? Can you sell items which are not in the product manager if so how is this done? Thanks!! |
|
![]() |
|
rscass ![]() Senior Member ![]() Joined: 07 November 2007 Status: Offline Points: 720 |
![]() ![]() ![]() ![]() ![]() |
Hi there,
If using product manager, the form behind the 'add to basket' button just posts an itemcode to the cart - product manager sends price and description. You can add itemname and price fields to your form and they are posted directly. Romancart's example is as follows: <form action=http://www.romancart.com/cart.asp method=post> <input type=hidden name=itemname value='Another Fantastic Product'> <input type=hidden name=price value=9.99> <input type=hidden name=storeid value=10000> <input type=hidden name=quantity value=1> <input type=submit value='Add to Basket'> </form> You need to ensure that the checkbox to allow items other than in product manager is unchecked (Product Manager > Configure) The rest of Romancart's examples are here: http://www.romancart.com/locale/integration.htm Richard |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |