Page 1 of 1

How do I change the default Add to Cart Button for Quantity

PostPosted: Thu May 20, 2004 12:21 pm
by Frank Tan
How do I change the default Add to Cart Button for Quantity Pricing.
I looked into the HTML code. It is a <form>.
If I use a image to replace the <input type=button...>. I have to write
Javascript code to submit the form.
I have many products in one page. It is almost impossible to write
javascript for each form. ( 1 product = 1 form)

Can anyone help me with this issue? Thanks alot

Re: How do I change the default Add to Cart Button for Quant

PostPosted: Thu May 20, 2004 10:10 pm
by loren_d_c
If you are just trying to change the Add to Cart button for products,
see the settings for this in Preferences -> Store Text -> Store Pages.
Note that in ShopSite Pro the settings here are just the defaults for
new products added, you will need to change the add to cart button for
existing products in each product record (Products -> Edit Product
Layout), or for all products via PowerEdit (Products -> PowerEdit).

-Loren



Frank Tan wrote:
How do I change the default Add to Cart Button for Quantity Pricing.
I looked into the HTML code. It is a <form>.
If I use a image to replace the <input type=button...>. I have to write
Javascript code to submit the form.
I have many products in one page. It is almost impossible to write
javascript for each form. ( 1 product = 1 form)

Can anyone help me with this issue? Thanks alot


Re: How do I change the default Add to Cart Button for Quant

PostPosted: Fri May 21, 2004 8:01 am
by Frank Tan
Problem solved.
It turns out that I can use <input type=image src=".....> instead of <input
type=button...>
didn't know how to PowerEdit untill I saw your reply.

Thank you Loren.

Feng


"Loren" <loren_d_c@yahoo.com> wrote in message
news:c8jvcr$osa$1@support.shopsite.com...
If you are just trying to change the Add to Cart button for products,
see the settings for this in Preferences -> Store Text -> Store Pages.
Note that in ShopSite Pro the settings here are just the defaults for
new products added, you will need to change the add to cart button for
existing products in each product record (Products -> Edit Product
Layout), or for all products via PowerEdit (Products -> PowerEdit).

-Loren



Frank Tan wrote:
How do I change the default Add to Cart Button for Quantity Pricing.
I looked into the HTML code. It is a <form>.
If I use a image to replace the <input type=button...>. I have to write
Javascript code to submit the form.
I have many products in one page. It is almost impossible to write
javascript for each form. ( 1 product = 1 form)

Can anyone help me with this issue? Thanks alot