PrestaShop is a free and open-source e-commerce storefront/shopping cart solution based on PHP, the Smarty templating engine, and MySQL.
0
votes
0answers
10 views
How to read Prestashop cookies form Javascript
Is it possible to read Prestashop cookies from javascript?
The script is hosted on the server, so it will be the same domain. How to decrypt it?
0
votes
1answer
11 views
How to get Cart Id in ajax-cart.js (prestashop module)
I'm trying to retrieve the Cart Id inside Cart Module, ajax-cart.js in Prestashop 1.4.9.
I couldn't find any good way to do it as it is not stored in cookies.
0
votes
1answer
17 views
How to add products with webservice into prestashop from and xml file
i have this xml file that is being generated by a stock management software i have that i would like to insert it into the Pretashop database. can anybody please help me with this xml file?
<?xml ...
0
votes
1answer
32 views
reducing a value in an array not working
I have the following code on prestashop. I am trying to reduce the {$combination.price} by 20%. But changing the array at the end does not seem to work? i.e. {$combination.price/1.2)
Can anyone help ...
0
votes
1answer
18 views
How to make an external request/catch the event in javascript on AddToCart button click in Prestashop?
I'm trying to call an external URL when users adds an item in the shopping cart.
It should work if it's ajax powered cart or classic.
The only way I found is to modify ...
1
vote
0answers
41 views
remove smarty -> assign variable from controller in prestashop
I modified the default prestashop 1.5 newsletter module and made the following override of to the IdentityController
$this->context->smarty->assign('newsletter', ...
1
vote
1answer
27 views
Prestashop product features PHP SQL
We are wanting to do a quick compare on the product page that compares the current product and then the two top sellers in that category after that. I have all the SQL to get the current product and ...
-2
votes
0answers
28 views
need ICICI payment integration in prestashop? [closed]
Is there any module available for ICICI payment gateway integration in prestashop 1.5?
0
votes
1answer
20 views
Prestashop deos not reflect global.css changes
I am trying to put background image in my store.
I edit global.css file I set Performance Force Compilation = true and cache =no.
I change color of body
I put background image
like below
body{
...
0
votes
1answer
11 views
Prestashop 1.5.4.1 Turkish character does not show correctly
My prestashop has a problem with Turkish characters. I tried different things like changing font in classes/pdf PDFGenerato.php from helvetica to freeserif. I tried different character sets But ...
0
votes
1answer
18 views
Prestashop admin panel is lost after trying to export language packet
There were some language problems in my site which uses a specific theme so I thought,I should pick out the language pack edit and reload it. Because I couldn't find a way to edit it using browser on ...
0
votes
0answers
26 views
prestashop - create new page with Cart [SOLVED]
I'm developing a new functionality in prestashop which is something like a "fast purchase". I've created a new page with a form where I introduce product codes and quantities and then I press a button ...
0
votes
0answers
33 views
How to clear all produts from cart in prestashop
I am using prestashop version 1.5.4.1
Currently cart have separate delete button for every products.
How to remove all the products in one action. Just i need empty cart in one click
i have used ...
0
votes
0answers
15 views
Display Product Combination UPC - Prestashop
How can I display the UPC of a selected combination on a Prestashop product template page like the reference number? Is there a variable that stores combination UPC?
$product->reference seems to ...
0
votes
0answers
42 views
Get product image url in prestashop 1.5.4
I uploaded my product images as follow: an image with 1234 id will be uploaded in img/p/1/2/3/4/1234-large_default.jpg when i viewed the product information related to the image, a default file ...
0
votes
0answers
9 views
Newletter Module with captcha in prestashop
I am looking for a good newsletter module in prestashop with captcha in it and easy to handle in backend too. please recommend a good module
0
votes
0answers
12 views
how to add product compare link in product detail page in prestashop
I am using prestashop 1.5.4.1
Prestashop already have product comparsion functionality.
I need to compare from product detail page.Just i need to add product compare link in product detail page how ...
0
votes
1answer
23 views
how to sort products based on price in prestashop
I need to sort based on products price low and high.
Display other products in the same category in below location
\modules\productscategory\productscategory.tpl
{if count($categoryProducts) > 0 ...
-1
votes
0answers
20 views
Error 502 on Prestashop install in Azure [closed]
I'm testing a prestashop install on Azure Shared Website and I'm having some problems.
I have 1 shared web-site with MySQL (ClearDB) Venus Plan.
I deployed an existing prestashop site (v1.4.2) into ...
0
votes
0answers
14 views
Prestashop: at installation time, how to add more dafault product?
I have installed prestashop 1.5.
There are 7 default product in this version.
Now, I want to add my own product at installation time, which changes needed in xml file and which xml file.
0
votes
0answers
32 views
how it works pagination in prestashop?
I have done some modification and now need to build my own pagination.
So i know prestashop have his own so how can i use them?
I was trying to use in classes/controller/FrontController.php
Use ...
-1
votes
0answers
19 views
Prestashop redirect base URL multilanguage change
can you help me, please?
I have 3 languages installed in Prestashop 1.4.7 and my baseurl now is http://www.shop.com/en
It redirects when I type into browser _http://www.shop.com
But I need to stay ...
0
votes
0answers
55 views
prestashop (php / SESSION variables ) how to store variables from a form and use them in if / else commands
On prestashop 1.5 what i am trying to do is to initally create a form on the right hand side that asks customers
Do you want to:
(1) Display price with tax
(2) Display price without tax
Then there ...
0
votes
0answers
22 views
Add category image prestashop
I'm trying to create category in prestashop with a php script. My question is how can i define images ? Is there a function to do that ?
I precise I don't want to use csv import, only php script.
...
0
votes
0answers
23 views
Prestashop 1.5. The selected value of attributes changes to other value
I have a big problem in my prestashop 1.5.2.0.
In product page, when a user selects a value to an attribute, and then moves on and selects a value in the next attribute, the first selected value ...
0
votes
2answers
21 views
Is it possible to time-out session in Admin login of Prestoshop, if there is inactivity of admin
I wanted to know if it possible to time-out session in Admin login of Prestoshop, if there is inactivity of admin. If the admin is inactive for a specific time, it logout automatically. I tried by ...
0
votes
0answers
46 views
Prestashop quantity with declination
I did not receive any response in the official prestashop forum, I would like to ask a question.
Instead of displaying the number of product available I would like to display some lights of colour ...
-2
votes
0answers
45 views
Prestashop 404 doesn't work
I'm trying to run my prestashop store, and It is almost complete, but the 404 page doesn't work.
This link should work correctly:
beta.wykladziny.pl/pagenotfound
in that case, it never works:
...
0
votes
1answer
79 views
Prestashop 1.5: how to display product price in two currencies at the same time?
Prestashop 1.5.x: how to modify code to display product price (on Product page, Categories page) in two currencies at the same time? (base currency and the visitor's currency) Like
this.
I think, it ...
0
votes
1answer
44 views
add facebook fans count in a smarty template // Prestashop
I'm looking to add the number of my facebook's fans into my prestashop template. As a smarty variable, so it updates everytime.
I have found some code to do it in php :
<?php
...
0
votes
1answer
60 views
how to call the function and display the result from tpl file in prestashop
I need to display product favorite count and some other functionalites in product detail page (product.tpl page).
But i am new to prestashop.so i am unable to find the where i declared function and i ...
-1
votes
0answers
32 views
Customize Prestashop Administrator - Catalog - Product Page [closed]
I want to edit the Prestashop Administrator - Catalog - Product Page. In the current situation, we have to click on the product to edit it. I want to make it more automatic using jQuery and Ajax. ...
0
votes
1answer
34 views
Change number of items bought in Prestashop
I have made a custom shopping cart in prestashop, I now need to increase the number of items bought in my shop manually. I guess this can be done by modifying the database. I tried changing the ...
0
votes
2answers
63 views
Prestashop Admin Tab - Where clausole does not work
I'm writing a Tab for prestashop that lists the customers with the country of origin.
So far it's ok, but I would like to filter the query or table by country so I would like to add something like:
...
0
votes
1answer
75 views
How to get product view count in prestashop
how to get product view count in prestashop.
my code is
\themes\default\product.tpl
{php}
function getTotalViewed1($id_product)
{
$view1 = Db::getInstance()->getRow('
...
0
votes
1answer
46 views
jQuery slider plugin values not working when fetching from database?
I am doing a module in Prestashop. I have taken fancytransection as slider. In the slider as per documentation I am using all these values to show slider
effect: '', // wave, zipper, curtain
width: ...
0
votes
2answers
167 views
how to add php code in .tpl file in prestashop
Does anyone know how to add php code in .tpl file in prestashop..i tried a lot but couldn't find any solutions..I want to add a mail function in my .tpl file
This is the function
<?php
...
0
votes
1answer
18 views
prestashop unwanted products in order
I faced some weird problem. Until now everything worked perfectly but last few days I braking myself with solving this.
Problem is that when order comes I have there unwanted products. I can't figure ...
0
votes
1answer
240 views
Prestashop display all products form category without pagination
I am building a Module for the category page in prestashop.
Basically in my module.php I have this code:
$category = new ...
0
votes
1answer
83 views
Display featured products on category page PRESTASHOP
I just want to show some featured products on each category page (not home page).
I thought to use features or tags. So in the back, I add to the products I want to show a "featured" tag or feature. ...
0
votes
0answers
61 views
Prestashop Web service to return JSON
After extensive search over internet i am sure that Prestashop does not return data in JSON format, it only returns in XML format (which leads to cross domain accessing issue unfortunately).
Now, I ...
0
votes
2answers
42 views
smarty template getting blank after entering js validation
pinterest js
<script type="text/javascript">
(function(d){
var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');
p.type = 'text/javascript';
p.async = true;
p.src ...
0
votes
0answers
25 views
Prestashop translation error
Can anyone please help me with this problem. I need to change the AJAX content language in Back Office Prestashop, which now is english, but it has to be in french.
I have done ajax paging in Back ...
0
votes
1answer
97 views
404 on Prestashop 1.5 under nginx
I have a problem with nginx giving a 404 error on a Prestashop 1.5.4.1 site.
This is the URL returning the 404:
www.domain.com/es/index.php?controller=order-confirmation
The prestashop is under ...
0
votes
2answers
53 views
Success message in module front controller
I'm actually using the Tools class in Prestashop 1.5 that allows me to display error messages to the front-end:
$this->errors[] = Tools::displayError( 'Fatal error!' );
Is there any function to ...
0
votes
0answers
20 views
How to add fixed Prescription charge in Prestashop
How to add fixed Prescription charge in Prestashop
Something similar to
http://www.vusionglasses.com/58-men-women-eyewear-endis-eyeglass-frames-bold-rectangular.html?id_combination=46
What ...
-3
votes
0answers
103 views
PHP code for export product list to XML for Prestashop 1.5 [closed]
Can someone show PHP code snippet for export product list to XML file for Prestashop 1.5, which export the following tags:
<? Xml version = "1.0" encoding = "utf-8"?>
<root>
<item>
...
0
votes
1answer
50 views
Show Home page as Category page
I'm working on a custom Prestashop theme for my e-commerce, and I want to show the index homepage as the category pages.
I have a one big category (Home) that contains 4 subcategories ( Girl, boy, ...
1
vote
1answer
63 views
.htaccess redirect to a different subdomain
Please i need help to create a correct instruction in .htaccess to redirect old urls done in this way:
/it/cartelle/465-piquadro-signo-cartella-ca1744si.html
to
...
5
votes
1answer
34 views
Prestashop - need module for generating visiting cards online
is there any module(without flash) available in Prestashop for generating visiting cards/ business cards online and then the user can add it to cart?
I am tired of searching for such Prestashop ...




