Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Is it possible to do this?


mballom

Recommended Posts

Posted

Is it possible to use the checkout and payment modules of the oscommerce and connect it to a flash based design?

Posted
Is it possible to use the checkout and payment modules of the oscommerce and connect it to a flash based design?

osCom isn't just checkout & payment - it's a complete program with each page part of the process (e.g. to maintain sessions, cookies, your basket content, security checks ... - just have a look in application_top.php). It also contains its own CMS system with multi-language support. Realistically, I'd say it is not possible, but then again a clever PHP coder can probably prove me wrong!

 

Terra

My code for combining PayPal IPN with ** QTPro 4.25 ** osC Affiliate ** CCGV(trad)

and how to solve the invoice already paid error

General info: Allow customer to delete order comment ** FTP Programs & Text Editors ** Amending order email **

Posted

mhh - just had a chat with a colleague and she thinks it's doable - you will have to include the key osCom code into each page (which definitely means application_top.php, not sure about application_bottom? or others?).

 

Sound PHP skills are needed though as you will bascially take the core function of osCom, put it into Flash pages and then integrate it all with the checkout process.

 

The key is to keep the session going and carry all the necessary info (basket content etc.) over from Flash to the osCom checkout. Security should also be considered as you won't have the standard osCom code to keep out bad people.

 

sounds like an interesting project to keep you going over the summe months! all the best, Terra

My code for combining PayPal IPN with ** QTPro 4.25 ** osC Affiliate ** CCGV(trad)

and how to solve the invoice already paid error

General info: Allow customer to delete order comment ** FTP Programs & Text Editors ** Amending order email **

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...