Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,435
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by 30knees

  1. I don't understand, sorry. Where do I check that? Additional information: I didn't have the blocklayered module installed, but now I do. Now I only get the error when I turn it off, not when I turn it on.
  2. Testing the PayPal checkout process, I noticed that the shop logo gets displayed in a fixed (and in my case squished) format on the first PayPal page you get transferred to, at the very top. I'm not sure where/how the logo gets pulled from, but if PayPal has a fixed format, perhaps there could be a field in the module to upload an image in that format. When I insepct the image, I get this code: <img ng-src="https://www.paypal.com/securecontent/image/LONGTOKEN" alt="Shop.com" ng-if="merchant.logo_url || merchant.imageUrl" xo-merchant-image-resize="" class="ng-scope" src="https://www.paypal.com/securecontent/image/LONGTOKEN" width="780" height="90"> 2. when a customer aborts the PayPal transaction, they get redirected to the beginning of the checkout process. I think being redirected to (AEUC) step 3 where you can directly select the payment method would be better: https://www.shop.com/index.php?controller=order&step=3 The excellent guide here https://docs.thirtybees.com/native-modules/paypal/ mentions entering the shop's privacy policy and terms. Which URL format should one use for multi-lingual shops? Can it be eg https://www.shop.com/index.php?idcms=3&controller=cms without the &idlang=2? Thanks!
  3. It was my mistake - there was an error in the live credentials. Sorry for the mess!
  4. 50 simultaneous users would be a dream! Still quite a way to go for that. But if the settings can't hurt I'll activate them once the shop is up and running smoothly.
  5. Thanks - I meant more should one activate them. :-) As in whether it makes sense.
  6. Thanks! Yes, with "configuration" I truly meant "activation".
  7. Strangely enough, in sandbox PayPal works fine, but in live mode I get stuck on this blank page https://www.shop.com/index.php?fc=module&module=paypal&controller=expresscheckout&id_lang=2 I've activated debug mode, but it doesn't show anything. In sandbox mode that URL redirects to the PayPal page.
  8. I get the following errors when I either turn off or on "friendly URL": 2 errors Keyword "{selected_filters}" required for route "layered_rule" (rule: "") Keyword "{rewrite}" required for route "layered_rule" (rule: "")
  9. Brilliant, now I understood how it works. Thanks! And for shop.com/specials "friendly URLs' need to be activated. And it will then redirect to the language version shop.com/en/specials or shop.com/de/sonderangebot, etc.
  10. OK, that solves part of the question (suppliers URL not working). Thanks!
  11. Hi, I went to Preferences > SEO & URLs and edited the (friendly) URLs, but when I visit them I get a 404. This happens both with friendly URLs activated and deactivated. So, for example, https://www.shop.com/index.php?controller=prices-drop (the original URL) works, but https://www.shop.com/index.php?controller=specials does not work. However, the original (ie I didn't add it) URL https://www.shop.com/index.php?controller=suppliers also doesn't work.
  12. I also tried, unsuccessfully: Redirect 301 /product_info.php?products_id=82 https://www.shop.com/index.php?id_product=50&controller=product&id_lang=2
  13. I'd like to revisit the question of configuring Cloudways for thirty bees. On the server management side, what about? - HTTP/2 - PHP version - MySQL version - Elasticsearch - Redis - PHP FPM On the application side, what about? - Varnish And from what I understood in this thread, in the shop itself, under Advanced Paramters> Performance, we should do: - Activate Cache - Select redis as the type of cache What about? - Full page cache - CCC> Apache optimization - Smarty cache Thanks!
  14. @wakabayashi I tried it now that the new site is live with the .htaccess, but a page like https://httpstatus.io/ gives me a 404. :( Any ideas?
  15. Hi, Does anyone use the Customer Service function: http://doc.prestashop.com/display/PS16/Customer+Service and could share their experience with it? In particular: - Does it work well or is it buggy? - IMAP sync: Will an answer via an email client be picked up in the shop and vice versa?
  16. The license stuff doesn't hold up in the EU: https://www.techdirt.com/articles/20120703/11345519566/eu-court-says-yes-you-can-resell-your-software-even-if-software-company-says-you-cant.shtml
  17. I have a couple of PS 1.6 (and other shop platform) modules that I am not using. I'd like to sell these. Does anyone know of a marketplace to do that?
  18. Hi, When I go to Administration>Permissions I get a long list of the following error notices on lines 366, 372, 373, 380: vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code [8] Undefined offset: 113
  19. Awesome, thanks @mdekker! :) @wakabayashi I had debug on, but it just didn't do anything - no error, nothing. But Dekker's module solves all. :)
  20. All I know is that ASM is quite buggy, a legacy from PS. Most people using it have problems.
  21. Hi, I'd like to add a carrier column to the orders page in the backoffice. I tried the first answer here: https://stackoverflow.com/questions/39785470/add-carrier-column-to-orders-table-in-prestashop-back-office but it's not working for tb. Would anybody know what the fix is?
  22. @traumflug Yep, the "No redirection" worked for @bzndk's suggestion. Thank you! Generally speaking, though: Having shop.com/index.php?id_product=57 should be enough for the system to figure out what product is intended. In my old shop software, you could give a URL like that and depending on the user's browser settings, it would show one or the the other language. As the default URL is shop.com/index.php?idproduct=50&controller=product&idlang=2, it makes sense to be able to simply cut off the parts after id_product=50 and not rearrange the URL (thinking of copy and pasting URLs to different pages).
  23. That gives me this error: [Debug] This page has moved Please use the following URL instead: shop.com/index.php?idproduct=50&controller=product&idlang=2 I'm calling mainly because it's easier to do bulk permanent redirects without pretty URLs
  24. Good idea! I'm looking into this module: https://addons.prestashop.com/en/customer-reviews/17896-store-reviews-product-reviews-google-rich-snippets.html Integrating it into the cutomer loyalty module would be neat.
  25. @lesley Any plans for the module so far?
×
×
  • Create New...