close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

changing image input to button causes update cart to stop working?

Thread began 1/19/2018 3:00 am by Nathon Jones Web Design | Last modified 1/24/2018 11:25 am by Ray Borduin | 1055 views | 4 replies |

Nathon Jones Web Design

changing image input to button causes update cart to stop working?

I have image inputs for the Update button on my view cart page:

<input type="image" name="HeatherCART_Update" src="heather-plants/btn-updatecart.png" onmouseover="this.src='heather-plants/btn-updatecarton.png'" onmouseout="this.src='heather-plants/btn-updatecart.png'" alt="Update Cart" />



I have changed the site to use Bootstrap and want to use a Bootstrap button, instead, for this so I changed the above to:

<button name="HeatherCART_Update" alt="Update Cart" class="btn btn-default">Update</button>



...and now the update behaviour doesn't work? Do I need to change the trigger code, currently...

<%
' WA eCart Update
if (cStr(Request.Form("HeatherCART_Update")) <> "" OR cStr(Request.Form("HeatherCART_Update.x")) <> "") then
set HeatherCART = HeatherCART_UpdateCart(HeatherCART)
Redirect_redirStr=""'_redirStr
if (Redirect_redirStr <> "") then
HeatherCART_redirStr = Redirect_redirStr
end if
HeatherCART_cartAction = "Update"
end if
%>



If so, what do I change it to?
Thank you.
NJ

Sign in to reply to this post

Ray BorduinWebAssist

Maybe you have to give the button tag a value attribute? Try adding: value="update"

Sign in to reply to this post
Did this help? Tips are appreciated...

Nathon Jones Web Design

Yup, that was it. Cheers Ray.

Sign in to reply to this post

Nathon Jones Web Design

Ah, it's not working with the WA eCart Store Cart Summary in Db or WA eCart Store Cart Details in Db behaviours now and adding a value attribute isn't fixing it.

Here's the trigger for those behaviours (this is Classic ASP btw):

<%' WA eCart Store Cart Summary in Db
if (cStr(Request.Form("Checkout1.x")) <> "") then



<%' WA eCart Store Cart Details in Db
if (cStr(Request.Form("Checkout1.x")) <> "") then



This is my existing input type image button, which works:

<input name="Checkout1" id="Checkout1" type="image" src="heather-plants/btn-proceedtocheckout.png" onmouseover="this.src='heather-plants/btn-proceedtocheckouton.png'" onmouseout="this.src='heather-plants/btn-proceedtocheckout.png'" />



...and this is what I'm trying to change it to:

<button name="Checkout1" id="Checkout1" type="submit" value="Submit" class="btn btn-lg btn-success" role="button">Proceed to Payment <i class="fa fa-credit-card" aria-hidden="true"></i></button>



The new button (above) simply Refreshes the page.
Hope you can help. Thanks Ray.

NJ

Sign in to reply to this post

Ray BorduinWebAssist

I think you just have to delete the ".x" portion from the triggers.... so it will be:

if (cStr(Request.Form("Checkout1")) <> "") then

Sign in to reply to this post
Did this help? Tips are appreciated...

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...