Jump to content

sneakypete92

Members
  • Posts

    30
  • Joined

  • Last visited

Profile Information

  • First Name
    Pete
  • Last Name
    Stephan

Recent Profile Visitors

168 profile views

sneakypete92's Achievements

Newbie

Newbie (1/14)

0

Reputation

1

Community Answers

  1. Can PrestaShop handle over 2 million products (no combinations though) - if this is even possible??? We're struggling with importing the products and expect issues with search indexation. If anyone can give us some advice on how to achieve this we would love to know what issues to look out for, what modifications are required, what hosting is required, etc. Thanks
  2. Need an expert to help with importing and customising our store to handle over 2 million products (no combinations though) - if this is even possible. Struggling with importing the products and expect issues with search indexation. Email [email protected] if interested. Cheers
  3. Just bringing this thread back to life.. Can anyone explain how to add LinkedIn to the 'Social Networking Block' module? @durangodave
  4. Hi, what I'm trying to do is have some of my features as an external email address to contact about the product. I have done this similarly to add href hyperlinks to specific websites for the product, etc with no issues (see code below). But for the href="mailto:[email protected]" it is giving an error. This is my code: {foreach from=$features item=feature} <tr class="{cycle values="odd,even"}"> {if isset($feature.value)} {if $feature.name eq "Website URL"} <td>{$feature.name|escape:'html':'UTF-8'}</td> <td><a href="http://{$feature.value|escape:'html':'UTF-8'}" target="_blank">{$feature.value|escape:'html':'UTF-8'}</a></td> {if $feature.name eq "General Email Address"} <td>{$feature.name|escape:'html':'UTF-8'}</td> <td><a href="mailto:{$feature.value|escape:'html':'UTF-8'}">{$feature.value|escape:'html':'UTF-8'}</a></td> The resulting error says: Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/..../themes/default-bootstrap/product.tpl" on line 568 "{/foreach}" unclosed {if} tag <-- thrown in/.../tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 568 Any help would be appreciate
  5. I have a bug in my PrestaShop v1.6.0.14 store that I would like some help with fixing. It seems to be a common bug, but I can't find the issue myself. When i go to "Send to a friend" it says "Your e-mail could not be sent. Please check the e-mail address and try again." Some discussions on the PS forum are here, but I haven't been able to resolve it lookign through these: https://www.prestashop.com/forums/topic/321515-send-to-friend-doesnt-work/ https://www.prestashop.com/forums/topic/315533-solved-module-send-to-a-friend-does-not-work/ Other email types seem to be working fine. Any help would be appreciated. Kind regards.
  6. Hi there PS 1.6 I'd like to split my Product Data Sheet into sections as I have quite a lot of features. See below for a example of what I mean: DATA SHEET Sub-Heading 1 Feature 1..............Value Feature 2..............Value Feature 3..............Value Sub-Heading 2 Feature 4..............Value Feature 5..............Value Feature 6..............Value Does anyone know how to do this, such as by modifying themes/default-bootstrap/product.tpl? Or are there any add-ons that would do something similar? (while allowing csv imports to be used for products) Thanks in advance.
  7. Disregard previous post - I've worked out my issue. The problem was that in my database, in table "ps_features", the "position" values were all incorrect. The solution is to go into the table "ps_features_lang" and map out the names of your features and the "id_feature". Then, go back to the table "ps_features" and change the "position" values so that they are in the correct order.
  8. OK, solved this, for me anyway. The problem was that in my database, in table "ps_features", the "position" values were all incorrect. The solution is to go into the table "ps_features_lang" and map out the names of your features and the "id_feature". Then, go back to the table "ps_features" and change the "position" values so that they are in the correct order.
  9. Can anyone assist on solving this original problem for PS 1.6 ?
  10. A bit of an old thread, but could also help: https://www.prestashop.com/forums/topic/9709-edit-features-order-list/page-4?hl=product%20feature%20order
  11. Hey kwadratols, i found this post which may help. I'm about to try it myself now: https://www.prestashop.com/forums/topic/205829-solved-how-to-order-features-in-the-product-comparison-page/?hl=product+feature+order&do=findComment&comment=1111791
  12. I've got this this problem too. Not sure how to fix it, help would be appreciated. I would add that I am using csv product imports with includes specification of the features position, but it doesn't seem to register with prestashop. I did read somewhere that a special script may be required though???
  13. If anyone can help - I am offering this on Freelancer: https://www.freelancer.com/projects/Excel/Prestashop-Small-task-assisting-with/?action=publish&hash=XilxeJUg8B0dF7jmB9VhNlbkbel3vZW1%2BIvlcdeHCjk%3D#/details
×
×
  • Create New...