Tutorials
Create Your very own Codoforum Shop for free!

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 smile


Here you can find everything you need to know:


https://simplecartjs.stevemcarthur.co.uk/


Good luck and much success!


Kind regards, Andy


**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 &quot;Pages&quot; 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: ```` &lt;div class=&quot;simpleCart_shelfItem&quot;&gt; &lt;h2 class=&quot;item_name&quot;&gt;Item Name Goes Here&lt;/h2&gt; &lt;img src=&quot;item-image.jpg&quot; alt=&quot;Item Alt&quot;&gt; &lt;span class=&quot;item_price&quot;&gt;$19.99&lt;/span&gt; &lt;a href=&quot;javascript:;&quot; class=&quot;item_add&quot;&gt;Add to Cart&lt;/a&gt; &lt;/div&gt; ```` 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

edited Oct 25 '22 at 4:47 pm
187
0
1
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft