Jump to content

1sweetman

Members
  • Posts

    82
  • Joined

  • Last visited

Profile Information

  • Location
    Cardiff
  • Activity
    Other

1sweetman's Achievements

  1. Hi, I've never set one up - don't know how - so I have to assume that it has been done by a module instead...& after you pointed me in right direct it was. Disabled it and voila all started working again. Thanks for assistance.
  2. I assume that you mean these 2 columns within your csv Low stock level and Send me an email when the quantity is under this level They should both be numerical values Low stock level = 2 (will send you an alert when you only have 2 left) Low stock level = 3 (will send you an alert when you only have 3 left) etc While Send me an email = 1 you will receive an email alert Send me an email = 0 you won't receive an email alert
  3. I do not have any overrides I am using PHP version 7.4.33 Thanks
  4. Hi If I set Products > Pagination > Products per page to say 200 all 200 items are displayed and will load when I visit the product pages individually. If however I change it to say 100 and have 2 pages - everything on page 1 displays and works, but everything on page 2 displays ok but is now a Fatal Error when I try to visit the individual product page. The only work around i have is to have a stupidly high Products on Page setting. I put it in debug mode and I get this error message [PrestaShopException] Fatal error at line 1182 in file classes/Tools.php 1177. ->getTranslator() 1178. ->trans('Fatal error', [], 'Admin.Notifications.Error'); 1179. } 1180. 1181. if (_PS_MODE_DEV_) { 1182. throw new PrestaShopException($errorMessage); 1183. } 1184. 1185. return $errorMessage; 1186. } 1187. ToolsCore::displayError - [line 3612 - classes/Product.php] ProductCore::getPriceStatic - [line 214 - classes/Link.php] LinkCore->getProductLink - [line 228 - controllers/front/ProductController.php] ProductControllerCore->init - [line 35 - override/controllers/front/ProductController.php] ProductController->init - [line 287 - classes/controller/Controller.php] ControllerCore->run - [line 525 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] I have tried clearing var/cache/dev but to no avail. I am fully updated to 1.7.8.8 and use the basic theme Does anyone have any ideas? Thanks in advance
  5. Further investigation has revealed that it I navigate to Home > Games > Outdoor Games the 12 items on page 1 all work, if I go to page 2 or 3 everything is a Fatal Error.
  6. I have very similar problem to this I have an item which is in 2 different categories When I navigate to it from Home > Games > Racket Games it works When I navigate to it from Home > Games > Outdoor Games it returns Fatal Error Turning on Debug mode returns [PrestaShopException] Fatal error at line 1182 in file classes/Tools.php 1177. ->getTranslator() 1178. ->trans('Fatal error', [], 'Admin.Notifications.Error'); 1179. } 1180. 1181. if (_PS_MODE_DEV_) { 1182. throw new PrestaShopException($errorMessage); 1183. } 1184. 1185. return $errorMessage; 1186. } 1187. ToolsCore::displayError - [line 3603 - classes/Product.php] ProductCore::getPriceStatic - [line 214 - classes/Link.php] LinkCore->getProductLink - [line 228 - controllers/front/ProductController.php] ProductControllerCore->init - [line 35 - override/controllers/front/ProductController.php] ProductController->init - [line 287 - classes/controller/Controller.php] ControllerCore->run - [line 518 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] I tried the solution mentioned above of deleting \var\cache\dev but to no avail. Any ideas greatfully accepted. Cheers
  7. Hi Thank you in advance to anyone who can help I am using this query to export combinations but I would like to export EANs for the combinations but am struggling. Can anyone update this please?? SELECT p.id_product, pa.reference, pl.name, GROUP_CONCAT(DISTINCT(pal.name) SEPARATOR ", ") as combination, p.price, pq.quantity FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_stock_available pq ON (p.id_product = pq.id_product AND pa.id_product_attribute = pq.id_product_attribute) LEFT JOIN ps_product_lang pl ON (p.id_product = pl.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_attribute_lang pal ON (pac.id_attribute = pal.id_attribute) WHERE pl.id_lang = 1 AND pal.id_lang = 1 GROUP BY pa.reference ORDER BY p.id_product, pac.id_attribute Again thanks in advance
  8. Thanking you in advance I am on 1.7.8.7 I installed Stripe Module - no issues, I added keys, tested it & went live - no issues Got a sale - went through fine, got the money - no issues Several days later got email from Stripe titled Stripe webhook delivery issues Within email it suggests visiting (https://ssllabs.com/ssltest/analyze.html?d=www.mysite.com:443&hideResults=on to identify any errors - visting that says 'Assessment failed: Certificate chain too long: 140992' and that is not one of there known errors. However if I visit the actual webhook https://www.mysite.com/module/stripe_official/webhook it states 'Unable to extract timestamp and signatures from header' The module installation has created 1 webhook on Stripe for the sale...I can post it here with all personal information redacted if needed. Any advice is greatfully accepted. And thanks again
  9. Yes - I have tried unhooking it and doing a hard refresh....made no difference.....re-hooked it again.
  10. Hi, Having just upgraded to latest version and having a look around have noticed that on the product pages the boxes no longer align properly and things are 'squished' together. I have had a look around but will admit to not knowing where to begin. I have attached an image showing what I mean. Any assistance greatly accepted and my thanks in advance.
  11. I am using Prestashop version 1.6.0.15 I am updating items using the CSV import option. Within the Long Description box I have added the following <p>Fun Novelty Routemaster Red Bus Mug</p><p>If you are looking for a novelty gift that's practical and looks great, then check out our funky kitchen and ceramics range.</p><p>The range is made from dolomite ceramics and finished in a high gloss glaze. Each comes in a decorative gift box to complete the look, plus if it's a kitchen item then dolomite is food and microwave safe but cannot be put in the dishwasher.</p><p></p><p></p><p></p><p>Dimension</p><p>Height 10cm</p><p>Width 13.5cm</p><p>Depth 8.5cm</p> It is 512 characters in length (including spaces) It is saved in UTF-8 format It successfully uploads but only the first 391 characters appear within my shop. I can and have manually edited the product and all 512 characters go in and now work but there are another 2163 items in the same CSV file to double check for missing descriptions. Where have I gone wrong? Is there a character limit for the CSV import? If so what is the workaround for longer descriptions? Thanks in advance for your assistance
  12. Hi, I am just wondering if anyone has a working example of a Prestashop running MultiStore that I could visit (Retail side obviously, not Admin) as am looking at how it works/looks etc before trying to combine the 3 different sites I currently run under 3 different Prestashops. Thanks in advance folks
  13. Hi, thanks for that info I will look into it but first I'd like to resolve the issue that I seem to have with countries...... You are correct there is an issue in Localization > Countries - they are all duplicated plus there is some rather erroneous information e.g Zimbabwe (appears 3 times) ISO code ZW, Zone = Florida...... How would you/someone/anyone recommend clearing this up? Resetting a table somewhere? Or do I just have to work through Localization > Countries one at a time deleting the incorrect ones? Many thanks in advance. P.S. While asking if I block most countries does the mobile side still work or do I have to whitelist the providers IP's
  14. Hi, After a barrage of brute force attacks I have decided to use the geolocation option under Preferences to block certain countries however when I go to Preferences > Geolocation and want to review the countries I wish to accept/decline each country appears multiple times. Algeria - 3 times Angola - 4 times United Kingdom - twice etc Something has obviously gone wrong somewhere - what is best solution to fix? Reset the table in db? Which table? Drop the table and import a fresh table from a test shop? Delete the .dat file? Using version 1.6.0.5 Many thanks in advance
×
×
  • Create New...