Search the Community
Showing results for tags 'methods'.
-
Hi, I have a shop in version 1.6.1.24, suddenly without touching anything, 3 of the 4 payment methods available to the customer no longer appear in the checkout process, now only Paypal appears. I have checked all the configuration of the modules and Prestashop and it is correct. It could be a problem with the "one page checkout" module, which is the one we use, but it's not sure either. Does anyone know what could have happened? As I said, I have not touched anything, we have not updated modules either. Thanks and best regards.
-
Hello There I have completed my sqaure up payment module. I have validated the moudle in prestashop validator. I have only one validation is left but I am unable to resolve it. If someone knows about this error or similar kind of error please help me out. I am attaching the validation error which i am getting. Thanks in advanced
-
Здравствуйте. Разрабатываю админку для модуля и стала твориться одна странная вещь, с которой ранее мне еще не доводилось встречаться. Не переопределяется только один из многих метод дочернего класса, остальные работают. Есть класс контроллера AdminStoresController.php. Он при установке модуля оверрайдится class AdminStoresController extends AdminStoresControllerCore в нем перегружаются несколько методов родителя, а один метод ПЕРЕОПРЕДЕЛЯТЬСЯ НЕ ХОЧЕТ public function renderForm() Ничего экстраординарного в дочернем методе нет, тоже публик и тоже без аргументов. Кто сталкивался с подобным можете подсказать в чем может быть дело? Или хотя бы в какую сторону копать? Буду безмерно благодарен за помощь.
-
Prestashop v1.6 finally has a "how to" book that not only covers the basics of running a Prestashop store but also documents all the main methods and functions: http://www.amazon.com/Prestashop-v1-6-Under-Hood-developers-ebook/dp/B00KEDX01O/ref=sr_1_11?ie=UTF8&qid=1400395157&sr=8-11&keywords=prestashop
- 2 replies
-
- kindle
- prestashop
- (and 7 more)
-
Hi I'm running a webshop with three different delivery methods, but only one of them works. The other two is the exact same methods, but if I choose one of them and click on the payment button, nothing happens. If I choose the first one, it's running fine. Is it a known issue? I'm running PrestaShop v. 1.5.6.2
- 1 reply
-
- shipping methods
- shipping
-
(and 4 more)
Tagged with:
-
Hi, I would like to know if there's a way to add the tracking number code (if there's one) into the shipping mail template, some methid that already exist or something? There's no way to add the link with the shipping number/tracking code With the postal service i use so i thought it would be better if i automatically send it in a mail, but for that i would need the method. i can edit the code and change it, but i have no advance knowledge on prestashop so i would not be able to write it myself. I really appreciate your help!
-
Hello, I would like to make a script, which will be launched every day by cron. This script should update information about availability of product according to XML feed. If new products were added into feed, it will add them. So, I can make SQL which update/insert into all tables, but i dont want to do this using this way. My question is, how can I use provided methods and classes from Prestashop in my own script ? What files should I include ? Or how can I add product using my own script ? Please, give me advice. Thanks.