Search the Community
Showing results for tags 'time'.
-
Hi everyone, I am trying to find the database_field for in-stock and out-of-stock delivery time in PrestaShop 1.7, but I couldn't locate it on the database scheme. I would like add a custom delivery time for each product via .csv import. Where are these fields located an...
-
Hi, I'm trying to show the delivery time which is showed on product page in the cart summary page as well ( just like on the picture). I can't find the template to modify and the variable as well i'd like to show the specific delivery time for a product when it's set up in BO thanks fo...
-
mam dziwny problem. Otóż tak jak w tytule nie otwiera się "Informacje konfiguracyjne" Po ustawieniu define('_PS_MODE_DEV_', true); uzyskałem taki komunikat Fatal error: Maximum execution time of 240 seconds exceeded in public_html/classes/ConfigurationTest.php on line 223 w przypadku z...
-
Hi there, I can't solve this small problem. I want to display the order time on the invoice. Does anybody know how to do this in PS1.7? You would really help me! Thanks!
-
Hi everybody! I have a small problem I can’t solve. I need the customers message on the invoice with the order time in PrestaShop 1.7. Can anybody help me with that? I hope to hear from somebody soon, thanks!
-
How long does a Shopping Cart stay active ? Better still how can I adjust the time period to say 5 days?
-
I want the customer to automatically be logged out after a certain time period . How do I set the time period to 1 hour for example. I am not a coder please guide me meticulously in which file to make the changes and also which lines of the coded file has to be modified. Basically any person who...
-
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, pl.`description`, pl.`description_short`, pl.`available_now`, pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_i...
-
In Prestashop version 1.3.2.3, I edited file AdminOrders.php $datetime = strtotime(Tools::getValue('datetime')); $history->date_add = date('Y-m-d H:i:s', $datetime); if (!$datetime || !Validate::isDate($history->date_add)) $this->_errors[] = Tools::displayError('Bad format Date and...
- 4 replies
-
- 1
-
-
- Back Office
- order
-
(and 4 more)
Tagged with:
-
Anyone knows how to make this cron?
Guixe94 posted a topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Hello, I want to do a cron to my prestashop, I think that is very simple but I havo no idea how to do it. I want to make a specific cron that can programe it and every day for example at 00:00 am it changes the url of the items of the menu to another specific url. I want this because i w... -
hi ! i did some test speed to my website Shops.tmanow.net .. and i saw in the result that i have delay from server between 1.47s - 1.04 (attached links)... (yellow line in Pingdom) (purple line in Gtmetrix - time line) why this happened, and how can i resolve this problem/make it faster ?...
-
Hello When using the Layered Navigation Module, has anyone noticed that when using The "Drop down List" as the filter style, the drop down almost disapears straight away making it virtually impossible to select an option from the list Is there a way to extend the time the stays visable, evei...
-
Buongiorno, ho installato ora prestashop ultima versione. Dopo l'installazione accedo al mio pannello /admin0000 e mi si presenta la schermata di login solo che non che non risulta la mail e la password di registrazione? dove posso recuperarle? la mail che pensavo aver usato per la registrazione no...
-
Hi forum, I'm experiencing this issue: One week ago the search indexation (activated via backoffice) worked well. This week we've been adding a lot of products via CSV and I've performed a couple changes in Search.php (modified the class and created an override). At this moment, when I try to...
- 2 replies
-
- search
- indexation
-
(and 4 more)
Tagged with:
-
Hello everybody, we are willing to make some changes at our shop and looking for professionals to achieve this, the changes are next: Change the display of products when you are inside a category, now it shows as product-list.tpl, and we want to display products as product.tpl. Install a mod...
-
Hello everybody, I am looking for a module to enable or disable products by time, for example, enable a product from Monday 00.00 and disable it on Tuesday 00.00, Countdown special timer is only for product sales and it is not exactly what I'm looking for, does anybody know if exists something like...
-
Hi, I wanted to add a date/time stamp in the footer tpl of my theme. I added the desire php code in the override FrontController.php for the footer function, but when I load the page the code comes up empty. Here is my code: override/classes/controllers/FrontController.php clas...