Prestashop-1.6 Questions
Ad
Prestashop 1.6/1.7: require "autoload.php" in a PHP script in the "web" public folder results in an error 500 (script without namespace)
In mydockercontainer:<mysite>/web/, which is the public directory of my nginx server docker's container, i am writting a php
Prestashop : Remove Lastname Field Rules Validation From B.O
I am trying to remove rules validation for customer's lastname field.. i have succeed to do it in the
use multiple files in category.tpl with smarty
{$category->id|escape:'htmlall':'utf-8'} this smarty code is for get id number on category.tpl we have lot of category id's
Prestashop 1.7 module : Need to get "Country" and "State" names, "Products" and "Order message"
I am developing a module, it gets order details when order statut is changed to "shipped" by admin, to post them to a
Undefined index: id_order in cache/smarty/compile/46/fa/c5/46fac58ea309f.file.list_content.tpl.php on line 221
When i try to go to clinets in bo i get error "502 bad gateway". all works, but only clients link not works. i tryed to clear cache
Notice: Undefined offset: 0....override/classes/Category.php on line 18
I use prestashop 1.6.1.12 i use php 7.1 i have this error message 10 times: notice: undefined offset:
Using namespaces in Prestashop module
How we can make the prestashop module compatible with version 1.6 that uses namespaces, as i'm looking into the prestashop documentation which
How to keep only the first paragraph of $product.description_short in a listing?
I want to keep only the first paragraph of product description in categories. example: <p>this is a pretty good
Why prestashop is adding a lang particel at the end of a multistore shop url?
I have a prestashop 1.6 installation, in multistore mode. i have some stores already running ok, but now i created a 'german' store with /de url,
How to migrate prestashop 1.6 from server to localhost?
I know this question is very popular on many forums. but i think have tried all i know about this, without success :( i can login to the
Ad
Prestashop 1.7 add <br> special character tag in category name but invalid , how to split string in menu navigation nav?
A lot of people are having a similar problem for adding a hashtag in the product name. i am trying to add a tag ( html line break ) in the
What is the best place to store module uploaded images
I am creating a module that allows to create some objects and upload images for them. for the moment, i am uploading images in the module
Prestashop: How to regenerate manufacturers' logo
I have, in the directory root/web/img/m, several logos of manufacturers, in the shape of: <manufacturer's
Friendly URL problem in front module - Prestashop
I am building a front module for a website that is using 301 moved permanently option in seo and urls configuration. wesbite uses
Prestashop - additional code when deleting a customer
I would like to add the code associated with one of the modules that should be executed when the client is removed by the administrator in the
Most effective way to convert PrestaShop Theme from 1.6 to 1.7
I have to upgrade my store, because my server won't support the php version required for ps 1.6 anymore. from my research so far it looks
Render html from display hook without template file
I want to add a div with a specific id (later filled by some javascript) using a display hook. i can create a dedicated tpl file, but it
Logic behind prestashop image storage
I want to know the logic used in storing images in prestashop and where to get the location link from the database. i know where the images are
How to Add: TTC instead of HT in Prestashop
How i can add ttc(including taxes) instead of ht(excluding taxes)
Updating from Prestashop 1.6 MD5 encryption to 1.7
I am updating my ps 1.6 to 1.7. i know ps 1.6 uses this encryption method md5(_cookie_key_.$passwd) but we converted it to
Adding custom js to specific prestashop page
I'm using prestashop v1.6. when i navigate to this url route : localhost/dumb/url i want to add this
Ad
Best way to add licence key for module in prestashop
I want to restrict module for one domain per one license key in prestashop, anyone can help on this?
Prestashop - fields_value added only single char
I have problem with prestashop and form helper. i have form with two input text, i could add default value with fields_value. unfortunately it
Specify database port number in Prestashop 1.6.x
I am currently writing a script to duplicate a legacy 1.6.x prestashop to a testing environment. however, i need to specify a non
Prestashop - How can I add image at the time of product create from code
I have the code through which i am able to create a new prestashop product. i am not able to get some working code that can add image at the time
How to display products from external API in prestashop
I want to integrate products from live external api into prestashop 1.6, so user can add them to cart and make orders also. i found a
Call api on new order hook parameter in PrestaShop
I am developing a module in prestashop, i have to call an api, i have achieved call on new/update/delete product, but now i want to have new order
How to fill text of a child with the background-image of the parent?
The problem well ... i don't know if this is even possible. i have a wonderful menu with a gradient and their child elements
How to update JQuery in PrestaShop 1.6?
I'm using prestashop 1.6. i think i need to update the jquery version to use fancybox 3. i looked at ftp
Prestashop add product error: Property Product->link_rewrite is empty
I'm using an erp to perform an integration with prestashop, but when i sync the products it is returning an error that i can not find the problem.
PrestaShop images not showing when friendly-URL is switched on
After an installing a new ssl certificate and changing the php version from 5.x to 7.1.28 product images are not shown in the frontend anymore,
How to add "N" days to $smarty.now?
I have a parameter in my page called 'pricevaliduntil', for this parameter i have the line: <meta itemprop="pricevaliduntil"
Ad
Where can I find the zipped Stock/Default Prestashop modules?
I use prestashop versions 1.6 and 1.7. sometimes i need to reinstall the modules from the
Prestashop 1.6 Amount Tampering While Check Out
I have a shopping cart built in prestashop 1.6 and i have integrated hdfc payment gateway in it . after an security audit the bank told me "the
Con't able to find cookie value in prestashop Context::getContext()->cookie but it is show in $_COOKIE?
I am creating a module in which i use third party js. that js create a cookie in browser. at backend i want to read that cookie by the help of
How to programmatically add extra fee in Prestashop?
Wonderful community. i need to add an extra fee to the orders in prestashop. i have developed a custom payment module that's working as expected.
Add global custom field for all products - PrestaShop 1.6
I want to add custom field, but one for all products, instead one per product. for that i have created
Add custom field PrestaShop 1.6
I am trying to add a custom field (html textbox) to the admin section in product page. i am following some of the answers in this forum and from
How to add new customer group programmatically, in Prestashop 1.6
I'm creating a module, which needs a new customer group, and i want to do it programmatically. i looked at
Prestashop - Which SQL called after actionProductUpdate?
I try to update a name from ps_product when i update my product's stock. i added a sql request on the hook
Unable to find out how to edit Titles from horizontal menu [prestashop 1.6]
I'm unable to find out where can i edit horizontal menu using prestashop 1.6. i can add/remove entries but not edit them. i want
How Can I Manually Lazy load image in Prestashop 1.6?
I want to manually lazy load offscreen images from a prestashop 1.6 website, what would you guys recommend?
Mixed Content image on Prestashop
I installed an ssl certificate to a website created with prestashop 1.6. but it indicates to me that it is not totally safe since there is
Ad
How to use actionValidateCustomerAddressForm hook to get the address of customer
How to use actionvalidatecustomeraddressform, during runtime of address update details
Prestashop, There is 1 error You already have the maximum quantity available for this product
Prestashop problems, i was adding products to my shop but when i go to my product page, i'm having this issue : there is 1 error you
Get order id and price without tax and shipping in Prestashop payment return
Please how can i get order id and price without tax and shipping in themes/mytheme/modules/bankwire/views/templates/hook/payment_return.tpl to
How to replace the 3rd product with an Image in product list for Perstashop?
For example, there are 9 products show at the category per page i would like to replace the 3rd product to an image (just hardcode it is ok, no backend need), and
Ad
Blog Categories
Ad