Volume discounts module in creative elements in prestashop

 Hello, Prestashop Quantity discounts on products lists is it compatible with creative elements ?



Hello,
welcome after weekend :)
according to your question - i confirm that it works.
 
Module displays quantity discounts both on list of products (category view, search results etc.) and on product page.
 
On list of products:
module uses default hook named "displayProductListReviews". This is standard hook in prestashop available in each installation of prestashop.
There are two possibilities:
  1. if your theme supports this default hook - you do not have to do anything (just install and configure the module). 
    Right after this module will appear on list of products in your theme based on creative elements.
  2. If your theme does not have support of this position, you can adapt your theme by yourself by using tools available in creative elements..
    To adapt theme to work with this default hook - just edit list of products with creative elements and use "shortcode" widget: http://docs.webshopworks.com/creative-elements/86-widgets/general-widgets/331-shortcode-widget - use it in your theme editor and paste hook execution there, where you want to display module. Shortcode to use is: {hook h='displayProductListReviews'} or {hook h='displayProductListReviews' product=$product}
 
On Product page:
module also uses default hooks in prestashop that are available in each prestashop installation. These hooks are:
  • displayFooterProduct
  • displayProductAdditionalInfo
  • optionally non-default hook that can be used: displayProductVariants, displayProductPagePlqd
 
the scenario is exactly the same as previously. If your theme supports at least one from these hooks - module will appear immediately after its installation and configuration.
If your theme does not suport these default hooks - just open product edit page in creative elements and use shortcode tool as previously, but use different shortcode: {hook h='displayProductAdditionalInfo'} or {hook h='displayProductPagePlqd'} etc.
 
best regards,
milosz
Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment