close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Remove button and quantity update not working in viewcart.php

Thread began 4/15/2011 1:45 pm by BA | Last modified 4/19/2011 6:23 am by BA | 32746 views | 4 replies

Jason ByrnesWebAssist

the page you sent only goes to line 273, it does not include lines 359 and 358 referanced in your message.

From your description, when you added the cart display, you added a read only display, not an editable display.



When you add the eCart display manager, make sure to select the editable display option

as for the enter key functionality, the cart display form will submit the first button when you hit the enter key.

f you want the enter key to have a specific function, like updaing the cart, you will need to re arrange the code for the buttons:

php:
<input type="submit" name="eCart1_Continue_100" id="eCart1_Continue_100" value="Continue Shopping" />

                  <input type="submit" name="eCart1_Clear_100" id="eCart1_Clear_100" value="Clear Cart" />
                  <input type="submit" name="eCart1_Update_100" id="eCart1_Update_100" value="Update" />
                <input type="submit" name="eCart1_Checkout" id="eCart1_Checkout" value="Checkout" /></td>



so that the update button is the first button:

php:
<input type="submit" name="eCart1_Update_100" id="eCart1_Update_100" value="Update" />

<input type="submit" name="eCart1_Continue_100" id="eCart1_Continue_100" value="Continue Shopping" />
                  <input type="submit" name="eCart1_Clear_100" id="eCart1_Clear_100" value="Clear Cart" />
                <input type="submit" name="eCart1_Checkout" id="eCart1_Checkout" value="Checkout" /></td>

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...