gkar Posted May 10, 2012 Share Posted May 10, 2012 (edited) We are currently building a deal aggregator website. It collects deals from deal shops and present them in all in one website. Each deal has the following detais: A photo, a short description, a long description, initial price, final price (discounted) and the url of the deal website. The ordering checkout process is done in the deal website, we dont take care of signup/login/checkout/payment etc. So, what actually we do is: Every two hours we run a script that collects deals from deal websites. We add all information to the database. The picture is not downloaded, we just use the picture URL provided by the website. We present all the deals in a product-catalog like template with a photo, price and description. Every time user clicks "buy" we redirect user to the original deal website. Also, deals are categorized in three level categories: 1) FOOD / SERVICE / TRAVEL / PRODUCTS 2) SERVICE 2nd root: BEAUTY / DANCE / LESSONS ... etc etc 3) BEAUTY 3rd root: MANICURE / SPA / HAIR / ... etc etc All products have expiration date, means they expire in X date. After that, it has to be removed from the website frontend. I need to know if PrestaShop system allows us to implement all the above (custom fields, no product zoom, external pictures, expiration etc). Please advise me. Thank you. Edited May 10, 2012 by jhnstcks In future use the default font and font size (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted May 10, 2012 Share Posted May 10, 2012 If I were you I would either look to doing that in wordpress or a custom solution. Link to comment Share on other sites More sharing options...
gkar Posted May 11, 2012 Author Share Posted May 11, 2012 wordpress or drupal? what you believe? Link to comment Share on other sites More sharing options...
Dh42 Posted May 11, 2012 Share Posted May 11, 2012 I cannot say about drupal because I do not use it. But I think wordpress will cover your needs, but might not be the 100% best solution. You might ask around with the joomla and drupal people what they think. I know that they are more scalable than wordpress. Link to comment Share on other sites More sharing options...
Recommended Posts