Jump to content

PanzerkampfPL

Members
  • Posts

    54
  • Joined

  • Last visited

Profile Information

  • Location
    Poland

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PanzerkampfPL's Achievements

  1. I have a new integration with a wholesaler that downloads products from the wholesaler. All downloaded new products from this integration display on a red background until edited. IF I edit anything in them and save in Prestools then it dipay properly. What could be the cause of displaying on red background? Is it possible to find error logs somewhere?
  2. I have done as per your instructions and feel that GTM is working. I infer this from the fact that I can see the file gtm.js?XXXXXXX on all the shopping cart subpages. BUT Clarity is still not recording the shopping cart - I did a test purchase and unfortunately it was not recorded.
  3. Implementation was done by adding code to the tpl (a long time ago ) In the shopping cart the page heder and the footer look different and exactly there the tracking does not work. I assume that the code must be embedded in these places. Maybe just add the codes to the cart tpl files? The question is to which ones?
  4. When your nickname is pure truth - "Webski Gość" in Polish "łebski gość" mean wise guy ! Do you perhaps know how to fix it? Is it a matter of settings in the tag menager itself or should I add the tag "GTM-5xxxxxF" in some specific tpl files? Is there any method to find the places (specific sub-pages) where the tag gets lost?
  5. Hi, I've started using Microsoft Clarity to record what customers are doing to improve the efficiency of order finalisation. I added the Clarity tag automatically using Google Tag manager. Everything works perfectly, it creates heatmaps and records sessions until the customer clicks "Proceed to order completion" (Przejdz do realizacji zamowienia) after adding products to cart. The key page where the customer selects delivery, payment method etc. does not record. Can you advise me where I am making a mistake? Or does the recording of the basket finalisation require additional settings? The graphic shows where the recording of each session ends 9468a1be-196e-45e7-9c05-33aa8eb39574.jfif
  6. Thank you, in total it was very simple. I deleted the browser cache (Chrome) and everything started working properly Thank you!
  7. Hi, I have a problem that some customers who have an account in the shop set up some time ago, when they log in and select the payment and delivery method, they get "Fatal error" when click on the order button. The problem is independent of the payment method selected and the url to which the customer is redirected is: MyShop.com/module/ModuleOfPaymentMethod/validation for example MyShop.com/module/ps_cashondelivery/validation This is what it looks like in debug mode. Only the name of the module responsible for the payment changes, depending on how the payment method is selected. [PrestaShopException] Błąd krytyczny at line 1174 in file classes/Tools.php 1169. ->getTranslator() 1170. ->trans('Fatal error', [], 'Admin.Notifications.Error'); 1171. } 1172. 1173. if (_PS_MODE_DEV_) { 1174. throw new PrestaShopException($errorMessage); 1175. } 1176. 1177. return $errorMessage; 1178. } 1179. ToolsCore::displayError - [line 255 - classes/PaymentModule.php] PaymentModuleCore->validateOrder - [line 74 - modules/ps_cashondelivery/controllers/front/validation.php] - [9 Arguments] Ps_CashondeliveryValidationModuleFrontController->postProcess - [line 280 - classes/controller/Controller.php] ControllerCore->run - [line 515 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] I would be grateful for hints :-)
  8. Module works ok on cms pages but shotcode does not work on blog (Blog module from PrestaHome) Shotcode displays as plaintext. Dzięki za sugestie 😉
  9. HI, Do you have any proven methods? I have so far inserted an image that was a link to the product, but this is a very suboptimal solution. I also tested the https://prestahero.com/165-products-on-cms-page-or-anywhere.html module but it has errors. The thumbnails do not have the right sieze and the slider module at the top of the page is not working when the module is on How can products be embedded on pages in a better way?
  10. Hi, I have PS 1.7.6 + theme Classic-Rocket I would like in the shopping cart before the "Place Order" button add an additional box to checkbox "I am over 18 years old". Exactly the same as the one that requires acceptance of the terms and conditions only with changed text. How can I do it? What location to look in? Thank you in advance for your help
  11. @Prestachamps Thank you very much. I have replaced this piece of code and it looks like the problem is solved thanks to you! I'm waiting for GSC to process the amendment. Thank you again!
  12. Hi there! At GSC, I see as if products don't have a meta description. In /themes/classic-rocket/templates/_partials/microdata-jsonld.tpl is: {/if} {if isset($product) && $page.page_name == 'product'} <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "{$product.name}", "description": "{$page.meta.description}", "category": "{$product.category_name}", "sku": "{$product.reference}", But unfortunately when I display the source of the product page this variable is empty: I noticed that if I create a "short description" in BO or write it in the "SEO" tab it inserts correctly. Is there any way to modify the code so that the "short description" is automatically substituted from the "long" description field? Taj how it is in the visual preview in BO? Forgive such a simple question but I'm a noobie at modifying code.
  13. Am I banned too? Or just technical issue during posting?
  14. Is there any way to pull from Presta a list of products chronologically with the longest "0" status or disabled, e.g. with sql queries or some analytical module? Or is there a native function that allows this? I wants to find products that have been out of stock for a long time and are pointlessly littering the base. I can't just remove all with a quantity of '0' because some cyclically come into stock and sell out and others have been sold out for a long time and these are the ones I would like to remove. There are more than 14k products in the database.
  15. Hi, If I enable debug mode all frontoffice page are down https://pastebin.com/MVVu0cp2 I think I have found a partial culprit! Unfortunately, when the module is switched off, the problem with the shopping cart does not disappear. Only "Whoops, looks like something went wrong." screen in debug mode don't pop up.
×
×
  • Create New...