
Fabrizio Carloni
Members-
Posts
39 -
Joined
-
Last visited
Everything posted by Fabrizio Carloni
-
I have done several tests and I have come to the conclusion that it is probably a compatibility issue of the Prestools Suite v1.0.7 module with Prestashop v1.7.8.11 and PHP v7.4.33. The problem is not in the new version of Prestools that works well but in the module that returns this error. With the Prestools Suite v1.0.6 and Prestools v1.34f module I have no problems. Best regards, Fabrizio Carloni.
-
I downloaded the Prestools_Suite.zip file last night so I think it's the latest version. I didn't update but I preferred to uninstall the previous module and delete the prestools folder and do a clean install with only the modification of settings1.php and module configuration. However, I will do other tests this evening and then I will let you know better. A question: in the "cleanup" section there is both "Delete abondonned carts" and "Delete old connections". Which tables are modified and is it safe to do so? I'm afraid it could create problems with Prestashop or with some module but I also have a database that unfortunately has grown a lot. Best regards, Fabrizio Carloni.
-
I confirm that I have configured the settings1.php file correctly. If I try to open prestools without using the module everything works fine. I have put the directory correctly as in the example (Example: if you put your Prestools files in /admin123/preztoolz this will be "preztoolz"). I think it is a problem with the module. Best regards, Fabrizio Carloni.
-
I have installed the latest version of Prestools https://www.prestools.com/Prestools_Suite.zip with the Prestools Suite v1.0.7 module but when I try to open Prestools with the module I get the error in attachment. I use Prestashop v1.7.8.11 with PHP v7.4.33. How can I solve it? Best regards, Fabrizio Carloni.
-
I just realized that there is no need to ask for the discount validity period since it is already fine this way that in the discount field it only puts the currently discounted products. The only thing that needs to be fixed is the issue with the discounted price returning the wrong amount. Best regards, Fabrizio Carloni.
-
As on discount overview it should allow to select the validity period of the discount so that you can then filter the current price correctly. What I would like is to have a list of all the products to date with the price of the full product if there are no discounts and the price of the discounted product if there is an active discount to date. Best regards, Fabrizio Carloni.
-
Unfortunately, there is something wrong with the calculation of the discounted price on the csv file. On Product Edit I see this discounted price correctly (the one I highlighted in yellow): In the csv file I exported, the discounted price is totally different: On Discount Overview the price in the csv file is exported correctly: Best regards, Fabrizio Carloni.
-
Hi, I would like to add to the export CSV of “Product Edit” a “newprice” column with the discounted price exactly like the one in the export CSV of Discount Overview. Is this possible? Basically I am trying to export all the products to a .csv file and I also want to include in the export the price with any discounts added. I don't have country specific or quantity specific discounts, etc. I hope everything is clear. Thanks again and regards, Fabrizio Carloni.
-
Hi, I am trying to find a way to export all products to a .csv file that includes the discounted price in the export. On Prestools there is the Discount Overview function but it only allows you to export discounted products. Is it possible to put an option to export all products? If you could then also export the EAN-13 bar code would be perfect. Thanks in advance! Best regards, Fabrizio Carloni.
-
Perfect now everything works fine. Thanks. Unzipping the Prestools_Suite.zip file from the linux command line (unzip Prestools_Suite.zip) I noticed that all the files have these access permissions (666 for files and 777 for directories): -rw-rw-rw- 1 root root 43975 Aug 21 14:39 product-sort.php drwxrwxrwx 6 root root 131 Aug 21 14:42 tinymce In my installation for security reasons I changed the permissions to 644 for files and 755 for directories. Greetings, Fabrizio Carloni.
-
Hi, I have installed the latest version of Prestools on Prestashop 1.7.8.11. For now I am only using the "Visual Product Sort" product-vissort.php and "Product Sort" product-sort.php scripts but when I run them I get the following warning: Notice: Undefined variable: shoplist in product-proc.php on line 198 Line 198 of the product-proc.php file is the following: if (($shoplist==$id_shop) && (sizeof($langfields) < ($langcount - 1)) && (!isset($GLOBALS['category_default'.$i])) && (!isset($GLOBALS['mycats'.$i])) && (!isset($GLOBALS['manufacturer'.$i])) The products are sorted correctly and the scripts seem to work fine, but how can I fix and remove this warning? Thanks and regards, Fabrizio Carloni.
-
Secondo me dovrebbe andare bene anche per Google Tag Manager... comunque una volta inserito il codice puoi installarti l'estensione di Chrome "Tag Assistant Legacy" https://chrome.google.com/webstore/detail/tag-assistant-legacy-by-g/kejbdjndbnbjgmefkgdddjlbokphdefk cosi' ti rendi conto subito se funziona o se ci sono errori. Saluti, Fabrizio.
-
Nella versione 1.7.7.8 io il codice l'ho inserito direttamente su themes/classic/templates/_partials/header.tpl... vedi anche https://www.prestashop.com/forums/topic/985816-setup-google-analytics-in-prestashop-17 Saluti, Fabrizio.
-
Not yet ... as soon as I can I'll let you know. Best regards, Fabrizio Carloni.
-
Thank you so much. I'll try it tomorrow and let you know. Thanks again, Fabrizio.
-
Okay. Thanks! Here you will find all the instructions https://support.google.com/google-ads/answer/7559130?hl=en Best regard, Fabrizio Carloni.
-
I was hoping it would be easier without the need to create a module. Thanks anyway. Best regards, Fabrizio Carloni.
-
If possible I would like to avoid buying a module just for this. I was hoping for a simpler solution also because from the instructions of Google ADS it says to simply add tags see https://support.google.com/google-ads/answer/2476688?hl=en Best regards, Fabrizio.
-
I thought I would do it by hand by putting a variable on 'replace with value' such as eg. {$order.totals} for value or something like that. It is not possible? Best regards, Fabrizio Carloni.