Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

New ordering system on our site

(Page 2 of 2)
> >
Quote Reply
Re: [Andy] New ordering system on our site In reply to
They are real products, with separate SKU, weights, etc...

Sounds like a good plug-in Wink

The extra step in paying with pay pal, are you working on that?


Sandra Roussel
Chonsa Group Design - Fresh Start Housing
Quote Reply
Re: [SandraR] New ordering system on our site In reply to
Quote:
They are real products, with separate SKU, weights, etc...

Mmm.. so would really need all kinds of weight calculations for shipping etc?

Quote:
The extra step in paying with pay pal, are you working on that?

Again - would need quite a few tweaks I would guess, for the "delivery address" stuff, cos atm we don't require that (cos its all digital goods, and we get most of the info we need from Paypal/2CO)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] New ordering system on our site In reply to
Here is an example of one of my datafeeds hopefully I can attach it the first time.. LOL

I would like to suggest the ability to add existing fields as I have mine setup already, in this way your program can just insert the required tags as needed. Not sure if that's the best way or not just a suggestion?

Here is an example I use for my datafeeds once uploaded.

Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="<%paypal_email%>">
<input type="hidden" name="item_name" value="<%Title%>">
<input type="hidden" name="item_number" value="<%Deal_Product_Code%>">
<input type="hidden" name="amount" value="<%Deal_Sale_Price%>">
<input type="hidden" name="shipping" value="<%Deal_Shipping_Price%>">
<%if Deal_Freight_Charge%><input type="hidden" name="Deal_Freight_Charge" value="<%Deal_Freight_Charge%>"><%endif%>
<input type="hidden" name="page_style" value="Primary">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="http://www.domain.com">
<input type="hidden" name="cancel_return" value="http://www.domain.com">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="weight" value="<%Deal_Weight%>">
<input type="hidden" name="weight_unit" value="lbs">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-BuyNowBF">


Sandra Roussel
Chonsa Group Design - Fresh Start Housing
Quote Reply
Re: [SandraR] New ordering system on our site In reply to
Hi,

I think I'm gonna have to come back to this in the near future. By the sounds of it, there's gonna be quite a lot more that needs adding (addresses, updating quantities easier, shipping costs, and stuff like that). I'm pretty bogged down at the moment, and have already got Friday off (my birthday ;)) - so am already on a short week.

Will try and look at it soon though, cos I'd like to release it as a plugin :) (been a while since I released my last plugin, so well overdue <G>)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] New ordering system on our site In reply to

Happy Birthday Andy!




Now I feel better knowing you have more work to do Whistle. Need anymore suggestions? LOL




Sandra Roussel
Chonsa Group Design - Fresh Start Housing
Quote Reply
Re: [SandraR] New ordering system on our site In reply to
haha thanks - the big quarter century :P

Quote:
Now I feel better knowing you have more work to do Whistle. Need anymore suggestions? LOL

LOL - I'm ok at the moment :D Trying to get a few projects finished off, then get some new version of my existing plugins out - and last but not least, some new plugins =) (probably for GForum, so I'm really waiting on the v2 of GForum to come out before I start looking into it =))

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
> >