Hallo CF Community,
I came across an excellent little script on the internet that is open source and anyone can freely use it even for commercial purposes.
With this script, the Codoforum "Pages" feature and some knowledge of HTML, you can get in only a few steps a complete shop with a shopping card and a checkout with paypal express, google checkout, and amazon payments.
Even webmasters with basic HTML knowledge should be able to setup a shop. For example thats the HTML code for one product - ya it is that simple:
<div class="simpleCart_shelfItem">
<h2 class="item_name">Item Name Goes Here</h2>
<img src="item-image.jpg" alt="Item Alt">
<span class="item_price">$19.99</span>
<a href="javascript:;" class="item_add">Add to Cart</a>
</div>
Simply create a new page at the CF backend and call it Shop. There You call a tiny JS script and Your Shops HTML and Youre ready to sell Your goods. No database needed
Here you can find everything you need to know:
https://simplecartjs.stevemcarthur.co.uk/
Good luck and much success!
Kind regards, Andy
https://net-twin.de/ Community for creative people - JOIN it Now please
https://github.com/WebCrew My GitHub account
https://sell-co.de/ Lots of Web-Tools and Utilities for free