RomanCart.com Forum Homepage
Forum Home Forum Home > RomanCart > Administration
  New Posts New Posts
  FAQ FAQ  Forum Search   Register Register  Login Login

Adding items without product manager

 Post Reply Post Reply
Author
Message
athenadesign View Drop Down
Newbie
Newbie


Joined: 29 January 2009
Location: Kent, UK
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote athenadesign Quote  Post ReplyReply Direct Link To This Post Topic: Adding items without product manager
    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!!
Back to Top
rscass View Drop Down
Senior Member
Senior Member


Joined: 07 November 2007
Status: Offline
Points: 720
Post Options Post Options   Thanks (0) Thanks(0)   Quote rscass Quote  Post ReplyReply Direct Link To This Post Posted: 05 February 2010 at 11:43pm
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

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.063 seconds.