Search the Community
Showing results for tags 'var'.
-
[SOLVED] Slow Performance When Customer Have a Lot of Orders
duredo posted a topic in General topics
hi, I have reseller that have a lot of orders. the problem is when they login, it will get slower and slower. my suspicious, because prestashop load all saved addresses. if my reseller have 1000 addresses, then it will load 1000 addresses. I can see in view-source: var prestashop = {"add... -
Hallo Zusammen Ich habe auf die neuste Version upgedatet (PS 1.7.8.3 mit PHP 7.4). Leider erhalte ich von Zeit zu Zeit im Backoffice plötzlich eine Blank Page ohne Fehlermeldung. Ich kann danach nichts mehr machen. Bin ausgesperrt vom Backoffice. Kann alle Browser Cookies löschen, bringt...
-
- blank page
- symfony
-
(and 1 more)
Tagged with:
-
Hello everyone, I have e-shop on prestashop version 1.4.7.3. Today I did upgrade on prestashop version 1.5.6.0. In the administration, when I click on the customer who has performed an invalid order or I the order canceled - error will be displayed. PLEASE HELP ME [PrestaShopException] Invalid...
-
Hi! I have a variable assigned only in productcontroller and available in product.tpl. I need this variable to be available in product-list.tpl also. Here it is (from productcontroller) protected function assignPriceAndTax() { /*DIGISELLER*/ $xml=" <digiseller.request> <id_goods>REPL...
-
Hi there, i would like to echo REFERENCE or LOCATION into the order area into admin. i did use the real product name for echo the package name ( in ex : 3bottles, 2bottles etc ) That's ok for the client side. But when it come to the admin side, in the order spot, it's hard to know...
-
My custom template uses the following line of code which I have tracked down was supported by jquery-1.2.6.pack.js and not included in the new jquery-1.4.4.min.js The code that stopped working, upgrading Prestashop is $("#group_2").val(id_attribute); in this case, specifically the use of th...
- 1 reply
-
- jquery-1.2.6.pack.js
- var
- (and 7 more)
-
Dear members i need some help. My client want to see in the email confirmation the gender (mr. or ms.). When i say email im talking about the email wich he recieves. So i need something like this: "You've a new order from {gender} {firstname} {lastname}" I have several hours...