Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Today
  3. Clean your store URLs using this URL cleaner module and also add the required redirections. As the clean and shorter URLs helps for user and google crawler to understand.
  4. Can i create the email template of my choice in the abandoned cart email? Is your module multi store compatible?
  5. Don't change theme.css directly, you will loose all your changes with next upgrade. Rather use custom.css
  6. Ok, and how can I adjust this? I have seen this settings for catalogue pages, but not for backoffice order view... Any idea?
  7. In the combination of the product in BO have 2 attributes, but only 1 attribute is visible on the product page in FO.
  8. qualcosa ha trovato il file per modificare la dicitura ? non riesco...
  9. Bonjour, difficile de répondre simplement dans ce cas, c'est évidemment un problème de traduction d'une variable qui doit être remplacée lors du traitement. Cela peut être au niveau du thème, du thème natif, d'un module, et autre, donc, pas d'autre solution que de chercher sur le site.
  10. Hello, There are multiple issues with the module. PrestaShop has a free module validator, where you can check as well: https://validator.prestashop.com/ (you need to check the Compatibility tab) But, basically, in order to fix it, you need to do the following: - rename the folder to 'customtax' - rename the ps_customtax.php file to customtax.php - rename the class from Ps_CustomTax to CustomTax - remove the Tools::displayWarning calls You should be able to install it at this point.
  11. Być może panel na coś czeka np. na połączenie z serwisem zewnętrznym który jest z jakiegoś modułu inicjowany. Najlepiej włączyć profilowanie i to powinno pokazać coś więcej.
  12. Hello, I need me too of this module but it is no longer in the prestashop addons. Could you help me? Thank Angela
  13. Problem found, if in New & Experimental Features you enable Attribute group, you can't add or edit attributes. I hope this problem is already solved in the new versions from 8.1.4.
  14. Hi, I have this webshop hemasblomster.dk and not so familiar with prestashop, and I have unfortunately a few questions because I don't know what to do. Prestashop 8.1.1 how can I add shipping method for Denmark? here, all continents seems to be inactive, I don't know how to activate them also how can I add shipping price to 50 kr, it is not showing anything, there was a delivering price before, but now it is all gone Also we did a test buy for one of the products but never got an order confirmation, how can I solve that part as well? also this happens when clicking on reset password I really need help
  15. Czy ktoś miał problem z bardzo długim czasem otwierania się zamówień w panelu? Zakładki "produkty" lub inne otwierają się szybko, tylko zamówienia bardzo wolno - zarówno pojedyncze zamówienia jak i cała zakładka. Ma ktoś pomysł co może być przyczyną?
  16. Ponawiam pytanie - czy ktoś ma pomysł jak i gdzie zmienić ustawienia żeby ceny (zarówno netto jak i brutto) miały zapis z dwoma miejscami po przecinku? Chodzi o backend - presta 1.7.8.11 Na stronie ceny mają dwa miejsca po przecinku (np. 10,99) a w backend nawet do sześciu i przy zakupie wielu produktów łączna kwota różni się od tej, która wynika z cen na stronie.
  17. J'ai trouvé le problème, mon store n'était pas enabled. Il faut aller dans la page de maintenance et activer le store.
  18. Dans mon module, j'ai un ModuleFrontController qui est accessible et fonctionne si je suis loggé dans la section admin. Mais si je suis déconnecté, l'url de mon crontroller donne un 503. Est-ce normal ? J'ai lu à plusieurs endroits que le controller devrait pouvoir être accessible en tout temps surtout avec les flags $auth = false et $guestAllowed = true (j'ai essayé toutes les combinaisons de flags). class MonmoduleProductsModuleFrontController extends ModuleFrontController { public $auth = false; public $guestAllowed = true; public function initContent() { $data = ['message' => 'Hello World!']; header('Content-Type: application/json'); die(json_encode($data)); } } .
  19. After downgrade PHP to 8.2, problem with attributes remains the same.
  20. Witam, problem jest następujący: w BaseLinkerze produkty są płasko - bez kombinacji. w PS produkty mają kombinacje. Jak zatem zaimportować kody EAN z płaskich produktów (BL) do kombinacji w (PS)?
  1. Load more activity
×
×
  • Create New...