Marketplace Add-On

Permalink
I want to do a simple product display without having eCommerce payment capabilities in order to build an affiliate marketing page. I would like for the format to be just like how the Concrete5 Marketplace is set up for looking for add-ons. Can anyone recommend an add-on that I should use for this end result? Thanks!

 
RadiantWeb replied on at Permalink Reply
RadiantWeb
I would use Ajax Page Tools :http://www.concrete5.org/marketplace/addons/ajax-page-tools/...

set up a composer page_type with a thumbnail, and other helpful attributes like pricing. and then modify the Page Tools template in the elements folder to include those attributes like so:

$price = $cobj->getAttribute('my_price_handle');


ChadStrat
djzimms replied on at Permalink Reply
Thanks