joejac
Posts: 242
|
| Posted: 06/05/2011, 8:02 AM |
|
Hello,
I developped a simple CMS with CCS 4.
My question is, If a web site has 2 years with my CMS and all the products, descriptions and prices, are already in the CMS,
1.- Could it be possible to add a buy button for each product in the CMS that takes to CCS4 store (using CCS book store example) so the visitor can browse the CMS for products and click in their respective buy button?.
2.- Can I pass to CCS4 Store through the buy button (HTML link) the product information like name, brief description, product code, price and quantity via get or post in the URL?
CCS4 store should add that product to the shopping cart, CCS4 store will also be displayed inside an iframe of a CMS page, so the buyer can see how is going his shopping cart, and do the checkout when he is ready.
I do not need to show CCS4 store menu, just the registration and shopping cart, because products description and prices are already in the CMS, I do not want to eliminate the products from the CMS and to include CCS4 store, too much work, because they are in a content field of the web page table in free text/image content in HTML, not in a form of products records.
I use PHP/MySQL.
How can I do all this integration?, are there tutorials, examples or related links or documentation?
Hope I was able to explan myself.
Thanks for your nice help in advance
Best regards
joejac
|
 |
 |
jjrjr2
Posts: 131
|
| Posted: 06/06/2011, 10:13 AM |
|
Hi
Should not be too difficult.
Can U give more Details
John
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com
Real Web Development At: http://RealWebDevelopment.us |
 |
 |
joejac
Posts: 242
|
| Posted: 06/06/2011, 1:35 PM |
|
Hello John,
Yes the CMS takes the content from the field content of table articles. But for each article, in this case some articles (web pages) contains a product and there is now only HTML content, with name, picture,description and price of the product, all in HTML paragraphs (<p>..Content..</p>) inside the field content of the web page.
You can see the existing website here http://bit.ly/kXCTCf all the page with the 7 products is in plain HTML and inside the content field of a MySQL table: articles. There are more web pages with more products.
I would like to integrate this content with the CCS book store example, so this way I maintain the current site and I add the shopping cart and checkout pages of the book store and the credit card processing pages, that I have to investigate with the local bank, because this is not going to use any US payment processors, but the credit card gateway of the local bank of the customer here.
So I think to place a little HTML form by hand with a payment button pointing to the book store for each product, but I do not have a complete idea, and I am not sure if this would be the right approach.
I hope you can provide insight on this matter given your wide programming experience and skills, specially with CCS.
Hope I was able to explain myself, if you need more details please let me know.
Best regards
joejac
|
 |
 |
|