prestashop-1.6 Questions
6
Solved
I am trying to create a copy of a prestashop 1.6 e-shop for development purposes from domain.com to dev.domain.com
The process I followed is
Disable cache and compilation
Copy the files from do...
Jumper asked 22/5, 2015 at 13:36
3
I have developed a multilanguage prestashop store completely in localhost using xampp in mac and it works. Both the backoffice and the store (frontoffice). After that, i have deployed it to amazon ...
Ca asked 12/3, 2015 at 11:51
2
My problem is as follows. I have created a payment module for prestashop 1.7. The order is validated // created when the payment is initiated. This happens in the payment.php controller by using th...
Mither asked 4/12, 2017 at 19:40
1
Solved
In my Prestashop project, I have several modules. In one of them (let's call it "AWS") I installed AWS SDK using composer (in PHPStorm), as explained here. Composer has "required", among other libr...
Phyllida asked 22/1, 2018 at 16:1
2
Solved
what is the correct way to disable quick view in product in prestashop 1.6
{if isset($quick_view) && $quick_view}
<a class="quick-view" href="{$product.link|escape:'html':'UTF-8'}" rel...
Gimcrackery asked 11/6, 2014 at 3:18
5
Solved
In the product list I need to display the product price with and without tax at a time.
I am using the version 1.6 of Prestashop.
Right now the price including tax is displayed in the product li...
Pericline asked 23/4, 2014 at 7:42
4
Solved
I am actually facing a big problem with several websites (actually 3) based on Prestashop. The problem is that PHP or Prestashop randomly rounds prices to the nearest integer and it is not systemat...
Duodenitis asked 20/5, 2015 at 14:1
1
Solved
I have a large problem with PrestaShop, I'm using an API created by myself to provide service to a mobile Application.
Now, I can add, delete, update quantity to first shop cart.
I can too navigat...
Noll asked 7/9, 2017 at 14:17
1
I have a DigitalOcean droplet (i.e. a VPS server), with Ubuntu 14.04 and Apache 2.2.
I had 4 virtualhosts configured, with 4 different domains pointing to 4 different folders, no problem.
I neede...
Slier asked 26/6, 2016 at 19:10
3
I have extensive modifications to carry out on a prestashop 1.6 site.
I have created a local copy, and am tracking filesystem changes in git.
However a lot of changes in prestashop are stored in ...
Tabernacle asked 29/3, 2017 at 10:16
3
Solved
I am new to Prestashop framework(v 1.6) and I need to do changes to the theme.
In prestashop registration form I am getting a page like follows.
Where can I find the source html code part of ...
Glycerol asked 23/5, 2014 at 4:30
1
Solved
I have to calculate a sale end time relative to today,
I have the sale end time variable in this format {%d/%m/%Y %H:%M:%S} e.g.:(31/07/2016 18:27:58).
What I'm trying to do is to show ends: 8 da...
Godown asked 23/7, 2016 at 16:44
1
Solved
I am developing a custom payment module in PrestaShop 1.6. My front controller path is: mymodule/controllers/front/payment.php
payment.php contains:
$this->context->smarty->assign(a...
Slapdash asked 18/11, 2016 at 10:26
1
Solved
We have created some custom pages, where we are forced to run a lot of sql statements.
The data can be cached for a couple of days or untill we clear the cache.
My prolem is it don't store the c...
Loony asked 2/11, 2016 at 13:28
2
Solved
I am trying to create a script that automatically imports a XML file, I got this working, but for a reason I need to get the ID from a category I am adding, this category ID is auto increment, so t...
Gil asked 14/1, 2016 at 9:27
1
Certain orders placed by customer is missing order status (eg: Shipped, Awaiting seller send goods, Payment acceped etc) is missing. It shows blank section in the corresponding column only for cert...
Thorne asked 26/11, 2015 at 5:2
3
Solved
I would like to know how I can add a custom field to a category and how I can edit in the back office (under the description field).
the field I would like to add is name description_long
The fie...
Footton asked 9/6, 2015 at 14:57
5
Solved
A e-shop has developed using perstashop and put to the three server:
the first 2 is amazon, should be same setting
Server 1:
http://be-pure.com/en/women/3-slim-y-tank.html
Server 2:
http://52.77...
Downpipe asked 23/12, 2015 at 4:15
1
I've just enabled multistore in my 1.6.1 prestashop and added a new shop besides of my default shop.
Default shop address: http://lak-lak.ir
new multi-store address: http://lak-lak.ir/ghods
It see...
Rimrock asked 19/11, 2015 at 11:17
6
I have created a custom payment module and currently it calls validateOrder() after the redirection from the payment website, and this method creates the order, sends email etc. But the issue is if...
Pacheco asked 5/8, 2015 at 8:37
1
I am new to prestashop
I want to show all the products in prestashop in my cart summary page.
Even though the customer doesn't ordered a product, it should be displayed in his/her shopping cart ...
Mossy asked 23/5, 2015 at 10:50
2
Solved
Recently I have created a eshop website using prestashop
https://www.prestashop.com/en/
And since I am going to build the android app for it. What includes in apps are only some basic func...
Poetaster asked 25/2, 2015 at 16:47
1
Solved
I am having multiple questions about this topic
As the title states, I am in need to find the correct hook to bind when an order has been placed and the payment was accepted.
1.) Which hook shou...
Coarsen asked 25/11, 2013 at 16:53
1
© 2022 - 2024 — McMap. All rights reserved.