Jump to content

thinks

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by thinks

  1. #9 mohamadeffazuan Thanks for the tip- but please can you also give us the line of script that we are to replace-- just to make sure we're replacing the right line (my line 77 is a <br/> )
  2. Hmmm. I'm having the same problem. Keeps telling me short description is too long ("must be between...") and even when I totally remove the WHOLE short description, I still get the same message. So impossdible to edit the product at al... anybody any ideas here please? PrestaShop 1.5.3, responsive theme, no 'uncertified' mods... Error message says PRESTASHOP EXCEPTION: Property Product->meta_description length (258) must be between 0 and 255 at line 872 in file classes/ObjectModel.php . 866. 867. $message = $this->validateField($field, $value, $id_lang); 868. if ($message !== true) 869. { 870. if ($die) 871. throw new PrestaShopException($message); 872. return $error_return ? $message : false; 873. } 874. } 875. } 876.
  3. SNADE (Alexander) has it right. Just remember though that if the changes DON'T show, you probably need to log into your back office and go to Preferences. Then go to Performance (in the sub-menu below the tabs). Under the heading Smarty choose the following options: Force compile: Yes Cache: No And remember to REVERSE this when your store goes live!
  4. Yes I've the link above (which is Cart2Cart, for migrating data from one brand of estore to a different brand, or from one domain to another of the same store), and it imports everything beautifully, even orders and additional images. I've used it several times and it's are excellent. Price varies on amount of products etc, but with 300 products and 3500 customers, it cost me about $80.
  5. Siteground are good, and they have special on right now... http://www.siteground.com
  6. Just got to modules, and deactivate/delete the Languages block. (Same applies to currencies...)
  7. Hmmm I'm also trying to find a mod for this, so I can limit the number shown etc etc..... anyone know of a mod or a method - edit the tpl maybe?
  8. Help is at hand right here: http://iwanmadan.com/prestashop-random-product-listing/
  9. There are 2 mods to do exactly this; the cheaper one "Module Labels" requires some core modifications but there is a more expensive and non-modification one called "Module On Sale Pro" which looks excellent....
  10. For customers who want to come to the store to make a payment. Does anyone have any idea please, how I can allow the customer to enter the amount they wish to pay, before proceeding to checkout? Could be a product (such as "Pay Now" with a text-field maybe..?) or a payment method..... Suggestions really appreciated!
  11. SOLVED Open the category template in themes > your theme, and around line 60 you see this: {if $category->description} <div class="cat_desc"> <p>{$category->description}</p> <a href="#" class="lnk_more">{l s='More'}</a> </div> Replace it with THIS: {if $category->description} <div class="cat_desc"> <p>{$category->description}</p> <!-- <a href="#" class="lnk_more">{l s='More'}</a> --> </div>
  12. I have the same issue- where to remove the "MORE" link? You can see it HERE
  13. @Otzy: seconded! Please would you explain how to "..... request data with ajax from the script added to page content html." I understand what you mean, but not how to Do it. Explanation MUCH appreciated
  14. Yes it is possible. I use a mod called "Prestashop right vertical menu" (which actually makes a vertical menu, a flyout one, wherever you want not just the right column). First make the cms page(s) you want. Then in the vertical menu mod, you'll see 6 large tabs or buttons. Use the "Internal link" button, and you can see all your cms pages on the right, and your categories in your menu, on the left. Simply click MOVE to move your cms page into your menu of categories. Hope this is what you wanted!
  15. PLEASE can someone offer some help here. I need to add short (truncated) descriptions too to products on the CTGY page...?
  16. Looking for help with the same problem.... any help appreciated
  17. PLEASE can someone help- I'm really stuck! How to create a new field 'bo_show_screencast' in ps_employee.? I'm still getting this error: An error occurred while creating object. employee (Unknown column 'bo_show_screencast' in 'field list')
  18. It is RIDICULOUS that admin cannot view a list if all products- even simply to assign them to multiple categories. In the meantime, if you have $200 to spare (!!) you can do this EASILY using Store Commander for PrestaShop (storecommander.com).... Let's hope PrestaShop adds this feature to admin!
  19. Thank you coeos.pro- that's exactly what I needed to know!!
  20. Thanks Phrasespot, for the swift and helpful answers- much appreciated (a well as the quotes!!)
  21. SOLVED by coeos.pro In my P folder (in IMG folder) are lots of numbered folders, with more numbered folders inside them, with image files inside them with number combinations. AO: 1. Do the numbers correspond to the category, and then the product? And 2. How can I actually RENAME both the folders and the image names, so that they make sense to me?
  22. SOLVED by Phrasespot All my images imported into PrestaShop, have NUMBERS instead of their original names. Data was imported by Cart2Cart. 1. Is this right? Should or CAN images have normal names to help identify them? such as : brush_small.jpg brush-medium.jpeg brush_lge.jpg 2. If they CAN have normal names- how to change them? 3. And: they all seem to be in the img/P folder- am I looking in the right place? Where is the true image folder please? Many thanks!! Awaiting your help in quiet desperation... thinks
×
×
  • Create New...