Content Management - November 30, 2009 - No Comment
ImpressPages CMS : here comes drag & drop content
built as a small project, young but innovative, impress pages cms features inline editing with prototype powered drag and drop feature that allows easy building of pages with multiple components : rich text, simple text, html text, simple form builder, image gallery, amazing and promising ! Try it out on impresspages.org
Tips & Tricks - November 26, 2009 - 3 Comments
Prestashop : quote module (devis)
The quote feature  is  an implementation of a shopping cart within prestashop framework, without the price : we have designed this feature for specific groups, for which we deactivate the price display on the shop.
- Deactivating price display for specific user group (below : group 2) is a long task that involves 2 different steps
- in init.php : set the smarty variable around line 116
-
if($tmpCust->isMemberOfGroup(2)) $priceDisplayConfig = 3;
And around line 155
-
‘priceDisplay’ => $priceDisplayConfig
- use the smarty $priceDisplay variable in the templates to hide prices and change the “cart’ (panier in french) to “quote” (devis), example from homefeature.tpl
-
{if $priceDisplay<3}{l s=‘Add to cart’ mod=‘homefeatured’}{else} Ajouter au devis {/if}
-
- in init.php : set the smarty variable around line 116
- Quote / Devis module and status :
- Download and install the “devis” module Module Devis pour prestashop (284)
- create the mails/devis.html and mail/devis.txt and change texts according to your business
- create the order status “devis en cours” in BackOffice >> Orders >> statuses, check the created id (12 here) and add the following line to config.inc.php :
- You can optionnally deactivate the order confirmation email in classes/PaymentModule.php, line 288-290, replace the send email to customer test by adding a new condition :
-
// Send an e-mail to customer
-
if ($id_order_state != _PS_OS_ERROR_ AND $id_order_state != _PS_OS_CANCELED_ AND $customer->id
-
AND $id_order_state != _PS_OS_DEVIS_EN_COURS)
-
RIA components - November 25, 2009 - No Comment
Jquery portal interface
Jquery §ui and other libraries can allow you to build a modular web page. here is a list of interactive layout solutions
- Jquery portlets
http://host.sonspring.com/portlets/ - domnodes
http://www.domnodes.org/wp/?p=9 - Jpolite
http://www.trilancer.com/jpolite2/
Content Management, Image - November 20, 2009 - No Comment
Code Igniter opensource projects
w-script is a nice example of how a good development framework like codeigniter can deliver solid applications. W-Script is a simple wall paper script that comes free opensource with many functions, one them is the color indexing that allows searching colors in pictures.
http://www.wallpaperscript.net/
Create, publish, enjoy : this is the mission line of ionize CMS, built entirely around Code Igniter, looks very promising as it comes with basic features : drag & drop pages tree, media navigator, permissions…
Tips & Tricks - November 9, 2009 - No Comment
How I installed sub labels on gmail
while gmail is certainly one of the most professionnal email readers, I still like to sort messages in folders and sub folders the way I used to do in old outlook clients. Even though google tries to promote its wonderful search capabilities, argumenting they remove the need for hierarchical labelling, I can’t get it out of my mind, and I ‘m not the only one. As of today, is takes a few minutes to configure your PC / chrome navigator to process sub folders.
- download the sub folders script from the adresse below and save it  to chrome’s directory :
http://arendvr.com/folders4gmail/
Local Settings\Application Data\Google\Chrome\User Data\Default\User Scripts - enable user script on your chrome application by using the –enable-user-scripts command line tag,a s sexplained here
http://arendvr.com/folders4gmail/
Web Applications - November 2, 2009 - No Comment
10 eshops built with prestashop
In spite of its remarquable popularity, Prestashop still suffers from a complex layout design that makes it quite hard to customize, especially when one  compares with the flexibility of zend framework layouts as they are implemented in Magento. This is why a shop built with prestashop often bears a strong resemblance with the default design, and designers find it hard to get away from the usual 3 column layout with rounded corners block that’s presented by default. Below you’ll find 10 shop sthat display a good work on prestashop, customized  to a level where  one wonders if this is still Prsetashop behind : yes  is it possible to do opensource ecommerce at a fraction the cost of setting up a Magento shop, and do it well too. It’ s intersting to notice that most of these  shops share the common love for the top horizontal drop down menu.
- Shops with free template by djcraft
- Professionnal work of djcraft
- Professionnal work by Other designers
- Professionnal work by me (PoleOuest)
- Nice try (find the bug on product category page)
- Update 1 : work by Atchwork
- http://atchworks.free.fr/grunge/
- Free template : 2 columns
- atchbrown template available for 35 €
- AtchGrunge is available for 80 €
- Update 2 : http://www.timefy.com/fr/index.php




