Jump to content

Search the Community

Showing results for tags 'var'.

  • Search By Tags

    • var ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 10 results

  1. 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...
  2. 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...
  3. I have recently upgraded to ps 1.7.4.2 . I found a fix to some of the issues I encountered. No major problems. I lost access to all my modules, I can no longer configure them, with this error message " You are not authorized to configure a module" This issue started after I removed my ps-a...
  4. Prestashop-Version: 1.6.0.6 EDIT: fadeToggle(); did the trick, don't need to know the id at this point. I did an onchange-event for the radio-buttons in order-carrier.tpl: <input id="delivery_option_{$id_address}_{$option@index}" class="delivery_option_radio" type="radio" name="de...
  5. I saw some topics in this forum. It's said Prestashop 1.5 doesnt use $_SESSION. They recommend to use $cookie->myvar = myvalue to store var. I tried, but it is stored in the cookie, and value cannot be array, but only string. Meanwhile, I want the var expires when the session is over. But...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
×
×
  • Create New...