stop automatic code changes to paypal shopping cart

C

C.S.

I have the website set up with a Dynamic Web Template. Every time I make a
change to the template, it changes the coding in the PayPal shopping cart for
the pages attacted to the template. How do I protect the code so that it does
not change?

The code that's changing looks like this before the change:

<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="">

Then changes to:

<input type="hidden" name="cmd0" value="_cart">
<input type="hidden" name="business0" value="">

I have tried changing the form names, but PayPal does not accept the code
then.

The only solution I have found that does work is to manually delete the
added numbers, but this takes time considering I am selling over 400 products.

Help is greatly appriciated!!
 
T

Thomas A. Rowe

<!--webbot bot="HTMLMarkup" startspan -->

Your paypal form goes here

<!--webbot bot="HTMLMarkup" endspan -->
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage


http://www.Ecom-Data.com
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top