text box not showing in cart
Printed From: RomanCart.com Forum
Category: RomanCart
Forum Name: Website Discussions
Forum Description: Post here if you have a user to user question / post / comment which is not for RomanCart to answer.
URL: http://forums.romancart.com/forum_posts.asp?TID=10493
Printed Date: 27 March 2026 at 4:12am
Topic: text box not showing in cart
Posted By: Blossom17
Subject: text box not showing in cart
Date Posted: 10 February 2010 at 11:07am
Hi I am new to Romancart, I am trying to set up a text box for personalised wording (that is to be placed on the card they purchase) it displays OK on my web page but the wording is not being carried over to the cart.
I am using product manager to generate my code and then am adding the personalised wording box just before the add to basket. I have tried it loads of different ways but am going round in circles.
I sell personalised handmade cards so i need to have the options to pick, card design, colour, envelope or box and then the personalised wording. I did get the wording to work but then it did not add the extra 50p for the box (that is in product manager).
I have checked the box - Override product properties stored in the product manager with parameters posted to the cart.
This is the code I have used.
<form action='http://www.romancart.com/cart.asp' method=post>
<input type=hidden name=itemcode value='PD'>
<input type=hidden name=storeid value='xxxx'>
Card Design <select name=itemname2><option value='Rose & Heart'>Rose & Heart</option><option value='Daisy'>Daisy</option></select><br><br>
Colour <select name=itemname3><option value='Yellow/White'>Yellow/White</option><option value='Green/White'>Green/White</option></select><br><br>
Box or Envelope <select name=itemname4><option value='Card & Envelope £3.50'>Card & Envelope £3.50</option><option value='Card & Box £4'>Card & Box £4</option></select><br><br>
<input type=hidden name=itemname value='Personalised Wording'>
Personalised Wording<input type=text name=itemname5 value=''><br><br>
<input type=submit value='Add to basket'>
</form>
I have trawled the forums and cannot find a solution, hope somebody can please help.
Thanks
|
Replies:
Posted By: Neil128
Date Posted: 10 February 2010 at 2:13pm
|
Hi you may have to use Javascript to achieve this, perhaps someone who is familiar with the product manager can give you more information,I have played about with something similiar not using the product manager you can see it http://helper.spire-applications.co.uk/roman/calc-premiumtext.aspx - here
|
Posted By: Silent_Explorer
Date Posted: 10 February 2010 at 3:08pm
Hi Neil,
The excellent Javascript solution you wrote a few years ago for the
Electric Boat Association website performs this task nicely
http://www.eboat.org.uk/merchandise.htm - http://www.eboat.org.uk/merchandise.htm
Best regards
Nick G.
------------- http://www.amourelle.co.uk - The Garage Door Spares & Automation Specialists - open your garage door at the press of a button !
|
|