Steven
|
| Posted: 03/26/2003, 4:40 AM |
|
rather than try to re-invent the wheel
Does anyone have a paypal checkout page that works for the BookStore/Store example that included in CCS 2.0
If anyone has such a page could they contact me at
CCS@dowd.co.uk
Thanks for your time
Steven Dowd
|
|
|
 |
George
|
| Posted: 03/26/2003, 5:00 PM |
|
Steven,
I have several CC sites with PPal shop/cart.
You don't have to code anything special - PPal provides several types of code to insert into your pages.
The only thing that I programmed was selecting colors & sizes of products prior to ordering (without coosing color/size Order button will not visible)
PP sh/cart is very easy to use but it's not flexible for multiple shipping options ($$ shipping & free shipping)
Hope it helps.
G
|
|
|
 |
Steven
|
| Posted: 03/30/2003, 2:02 AM |
|
Not sure why I am having problems , I can add individually items into the popup paypal window, but am having no success using paypal as a cart only for the last page, where I use only the CC cart for holding items and transfer the item listing and totals to paypal at the final checkout.
if someone has this mastered for paypal / php , is there any chance they can make up a small example page and checkout to show me how they did this,
ccs@dowd.co.uk
Steven Dowd
|
|
|
 |
Steven
|
| Posted: 03/31/2003, 9:31 AM |
|
I think I figured why i cannot add a full 'cart full' of items into the paypal system at one time, its because the item_numbers_x have to increment _x +1 for each item , and i was transfering the Item_id numbers as _x which only added by one when consecutive items where ordered even then the item_id might be out of number due to edits in the db.
Does 'anyone' have a working example of inclusion of a paypal cart into anything Codecharge, that is willing to offer an example to either me alone or the whole community ?
I have searched now a few sites and not found a codecharge built site with a acrt that transfers its items to paypal at the checkout stage. surely there is not just me that requires this ?
ccs@dowd.co.uk
Steven Dowd
|
|
|
 |
|