Jump to content

mechcalvin

Members
  • Posts

    26
  • Joined

  • Last visited

Recent Profile Visitors

2,746,836 profile views

mechcalvin's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

3

Reputation

  1. From this link: https://www.prestashop.com/forums/topic/318019-display-features-in-product-list-product-page/page-1 I learnt how to display Features in Product List & Product Page I used <div class="features"> {foreach from=$features item=feature name=pr_features} {if $feature.id_feature == 1 }<p>{$feature.name}: <span>{$feature.value}</span></p>{/if} {/foreach} </div> It display feature 1 correctly in Product List & Product Page however when i apply to module e.g. blocknewproducts.tpl the features data do not show, anyone can tell me why is that?
  2. Thanks for your feedback, however when i open the product.tpl file, it only contains few lines {include file="$tpl_dir./errors.tpl"} {if $errors|@count == 0} {if $content_only} {include file='./quick-view.tpl'} {elseif isset($megalayoutProductInfoPage) && $megalayoutProductInfoPage} {assign var='path' value="./product_pages/`$megalayoutProductInfoPage`"} {include file=$path} {else} {include file='./product_pages/default.tpl'} {/if} {/if}
  3. I try to move my shop to local host, after apply a new theme, the following errors occur when i entered product page Fatal error: Uncaught --> Smarty: Unable to load template file './product_pages/.tpl' in 'C:\EasyPHP-Devserver-17\eds-www\Homeplus/themes/theme1404/product.tpl' <-- thrown in C:\EasyPHP-Devserver-17\eds-www\Homeplus\tools\smarty\sysplugins\smarty_internal_templatebase.php on line 129 it is used full path result in "/" and "\" in the same sentence, anyone can help me to fix this?
  4. Hi Guys, I wonder anyone knows how to auto assign the new product to the first position. by default due to product ID the new product is auto assigned to the last position, however i need to drag and drop to the top position every time i add a new product. prestashop version 1.6.1.9 regards, Calvin
  5. I see many carousel module for category, new products, but there is no image module for Product image inside the product page. by default prestashop use java thumbnail view under the big picture box, however for responive that is a problem what i want my website is to have module run like the products on prestashop addon, you can click see all, or juse swip the pictures, esp. on mobile, any help or recommandation?
  6. we only have one type of member so far, normal and VIP and 2 prices max. however i like to have option to expend this what if we have many types of memberships.
  7. Resolve id_feature cannot be used instead i use {foreach from=$features key=id_feature item=feature} {if $id_feature == 11} <td>{$feature.name|escape:'htmlall':'UTF-8'}</td> <td>{$feature.value|escape:'htmlall':'UTF-8'}</td> {/if} {/foreach}
  8. thanks for your suggestion, i am using your paypal module and have confident in your module, but not sure it will fit my needs. what I want is non-member can see the discount a member has, but he/she cannot buy it so the display would be 1. Normal Price 2. VIP Price unless he/she become a member (free or paid), he can only see this discount, but cannot use it
  9. Hello, I want to customize backoffice product list by showing few key features, i read i need to edit adminproducts.controller.php but i don't know what the join and code i need to add from the $this->field_list can someone help?
  10. Thanks for super quick reply, i have also tried this code, but the theme display become all mess up as attached
  11. Hello, I would like to call out one specific feature by its ID to display on my product-list i tried {foreach from=$features item=feature} {if $feature.id_feature == 11} <td>{$feature.name|escape:'htmlall':'UTF-8'}</td> <td>{$feature.value|escape:'htmlall':'UTF-8'}</td> {/if} {/foreach} but it doesn't work any help will be grateful.
  12. Job Offer current website: perfect-mart.com/en by default prestashop only show discount price for the group that can use it, however we want to attract visitor to register, so I would like to show customer discount price even they are visitor, however they still need to pay for original price if use guest checkout please contact me asap regards, Calvin
  13. I want to show number of products in a specific category, like those new products. top seller modules, but instead of automated, i want to select my choice of category
×
×
  • Create New...