I'm pretty new to this and really could do with help on a couple of things if anyone can spare the time?
I've set it up so people can buy through her paypal account using a Dreamweaver plugin that generates the buttons/code etc for the site.
This all seams to be working fine but she's asked for a couple of things that I'm not sure how to do/
These are:
Can she give her friends a 10% discount code to enter when they buy through her website?
When I've done a test run through of buying something on the site, I can see an area where you can enter a discount code but I've no idea how to generate one. I've looked through the PayPal account and still had no luck... Does anyone have any ideas how I can do this?
The other thing...
She mentioned that if someone adds a product to their cart, then clicks continue shopping, then looks back through the site to buy something else... If they then decide not do buy that additional item and just proceed with what they first added to the cart, there's no way back to the shopping cart because that browser window closed to continue shopping. Is there a way to have a link on the webpages to 'view cart'??
Oh one last thing...
I've added all the products, descriptions, prices etc and it generates code similar to this...
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart" />
<input type="hidden" name="add" value="1" />
<input type="hidden" name="bn" value="webassist.dreamweaver.4_5_0" />
<input type="hidden" name="business" value="email@jxxxx.co.uk" />
<input type="hidden" name="item_name" value="Liquid Soap" />
<input type="hidden" name="item_number" value="Jasmine" />
<input type="hidden" name="amount" value="7.00" />
<input type="hidden" name="currency_code" value="GBP" />
<input type="hidden" name="shipping" value="4.95" />
<input type="hidden" name="shipping2" value="00.00" />
<input type="hidden" name="handling" value="00.00" />
<input type="hidden" name="return" value="http://www.xxxx.co.uk/success.html" />
<input type="hidden" name="cancel_return" value="http://www.xxxx.co.uk/cancel.html" />
<input type="hidden" name="undefined_quantity" value="1" />
<input type="hidden" name="receiver_email" value="email@xxxx.co.uk" />
<input type="hidden" name="mrb" value="RXXX" />
<input type="hidden" name="pal" value="XXX" />
<input type="hidden" name="no_shipping" value="0" />
<input type="hidden" name="no_note" value="0" />
<input type="image" name="submit" src="images/buy-now.jpg" border="0" alt="Click here to purchase this product" />
</form>
Now you can see that it costs £4.95 for shipping. Is there an option to have optional shipping so that people who wish to collect the item locally, can opt out of the £4.95?
Thanks very much
This post has been edited by jamieclock: 28 September 2011 - 09:23 AM
Help















