The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Please can anyone help me with paypal shopping cart. I have dispayed on my page size choices for my wedding dresses i am selling. However when i click on the add to cart button, it does not display in the cart. If there is any expert in html on how to do this. I would be very grateful.
http://www.taffetaandtiaras.com/cambrie_gown.html
Caroline x
Yes i saw your previous post. mate I tried the site what you said but as my image is too long it doesn't work unfortunately. As it needs to be as long as it is to fill the space, there is nothing i can do about it:( Thanks anyway. x
You may have missed it but in your other recent PayPal thread I added a bit about security warnings.
Any Internet Explorer visitors will see a security warning when they visit your PayPal pages.
From your other thread...
Your visitors will see a 'security warning' as PayPal's secure SSL page has your non-secure photobucket image on it.
Obviously any type of security warning with eCommerce isn't a good thing!
To fix this your header/banner image needs to be on a HTTP
S page.I've used sslpic.com in the past (it's free) which worked fine - haven't used it for a long time but the service still appears to be there!
You can can also make use of your InstantPro account to link to an HTTP
S hosted image which will stop the security warning. As an example here's one of my HTTPS images.
[s]Hmmm...[/s] My Freeola InstantPro Site It works beautifully - thank you! I've gone mad now i know it works, and put all the measurement details in the list aswell! Thank you very much for all your help so far xxxx.
> what do i need to change them to?
If you look at your code for your 'selection menu' within the 'paypal section' then you will see that some 'components' are contradictory, each should be unique to the item, so :
Colour input name on0 select name os0
Size input name on1 select name os1
Fastening input name on2 select name os2
Custom measurements input name on3 select name os3
Look at the code and change each value - both size and fastening have the same value :-)
> Hi all,
> Please can anyone help me with paypal shopping cart. I have
> dispayed on my page size choices for my wedding dresses i am
> selling. However when i click on the add to cart button, it does
> not display in the cart. If there is any expert in html on how to
> do this. I would be very grateful.
> http://www.taffetaandtiaras.com/cambrie_gown.html
> Caroline x
Hi Caroline, have had a quick look and selected a rather fetching number in Royal Blue, lace-up, size 32 with special requirements of 'big'. Clicked 'add to cart' and lo and behold there was my order!
Clicked 'view cart' and lo and behold there was my order!
Seems OK from here.....just hope I get the dress in time...ha ha
:-))
Let me know if you don't get the same result...:-)
Found problem....you have mixed up your 'input name' for size and fastening one is called 'on1' and one is called 'os1'. You have mixed up their declarations:
<input name="on1" type="hidden" value="Size" />Size</td></tr><tr><td><select name="os1"> <td><input name="on1" type="hidden" value="Fastening" />Fastening</td></tr><tr><td><select name="os1"> Changing these may help :-)
Please can anyone help me with paypal shopping cart. I have dispayed on my page size choices for my wedding dresses i am selling. However when i click on the add to cart button, it does not display in the cart. If there is any expert in html on how to do this. I would be very grateful.
http://www.taffetaandtiaras.com/cambrie_gown.html
Caroline x