
thinks
Members-
Posts
25 -
Joined
-
Last visited
Everything posted by thinks
-
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.
-
remove required fields from customer signup
thinks replied to SirNewbie's topic in Configuring and using PrestaShop
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! -
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.
-
Problems Deleting Languages
thinks replied to evolution.x's topic in Installing PrestaShop for the first time
Just got to modules, and deactivate/delete the Languages block. (Same applies to currencies...) -
Help is at hand right here: http://iwanmadan.com/prestashop-random-product-listing/
-
Discount labels on product image
thinks replied to asood's topic in Configuring and using PrestaShop
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.... -
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!
- 1 reply
-
- customer sets price
- variable pricing
-
(and 1 more)
Tagged with:
-
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>
-
I have the same issue- where to remove the "MORE" link? You can see it HERE
-
Hooking Modules into CMS (or Subcategory) Pages
thinks replied to RegularJohn's topic in Core developers
@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 -
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!
-
Hooking Modules into CMS (or Subcategory) Pages
thinks replied to RegularJohn's topic in Core developers
Looking for help with the same problem.... any help appreciated -
How to show all products
thinks replied to Darkmarauder's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
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! -
IMAGES- path, & customise names?
thinks replied to thinks's topic in Configuring and using PrestaShop
Thank you coeos.pro- that's exactly what I needed to know!! -
Thanks Phrasespot, for the swift and helpful answers- much appreciated (a well as the quotes!!)
- 2 replies
-
- image
- image naming
-
(and 1 more)
Tagged with:
-
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?
-
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
- 2 replies
-
- image
- image naming
-
(and 1 more)
Tagged with: