Search the Community
Showing results for tags 'global'.
-
For globally shipping products the customs need a HS (Harmonised System) code and a Country of Origin. I still have no idea why this is not a default feature of Prestashop, so i created a module for this. After installing the module you can find a HS code and a country of origin field i...
-
Buenas, queria saber si es posible en prestashop tener un filtro en la barra de navegación, por ejemplo con un filtro por talla, y que se aplique a toda mi navegación por la web, es decir a la hora de mostrarme productos siempre se tenga en cuenta ese filtro "global". Si alguien sabe como hacer...
-
Hello All, Has anyone seen or come up with an idea for Global Attributes? What i'm needed to do is apply a group of the same attributes to many different items. I would love to be able to apply the attributes to the category so that each item under the category will have those options. I'm looki...
- 2 replies
-
- ecommrece
- prestashop
-
(and 3 more)
Tagged with:
-
Bonjour, Je souhaite renommer mon fichier global.css à chacune de mes modifications. global2.css, global2.1.css etc... Cela permet au navigateur d'un ancien visiteur de recharger la page et d'afficher les modifications (Un internaute n'est pas censé savoir qu'il faut rafraîchir la page avec...
- 13 replies
-
- navigateur
- cache
-
(and 3 more)
Tagged with:
-
I created a module with a hook on hookActionCartSave, which work very well. Then I created a simple php file in same folder has my module that listent to a POST and I try to save a parameter value in global variable that my hook could get back once the use add something to the cart (i.e. tirgg...
-
Hello, I've got a prestashop setup that has a small 'customization form' that currently saves the information to the products default customization text input. I did this to save time on having to write a complete custom module to handle form creation and everything else. Currently all the i...
-
- customization
- product
-
(and 2 more)
Tagged with:
-
Hi everyone! Im new here and i wanted to ask whether i could conditionally display other attributes when checked or selected an attribute and hide them when unselected or unchecked. Ive searched for this soultion all over the forum but could not find a thing.I shifted my site from wordpress and over...
-
I have the below PHP file in my module folder that is call with an ajax post (jquery from UI). And I am getting the following error: Class 'Context' not found in ... when I trigger the POST I am running PS 1.6, how can I access the context from this file?? <?php define('_EXTERNAL_SCRIPT_', 't...
-
Hi guys, So, I'm a (very) amateur, self taught web developer, trying to learn how to use Smarty variables. I've read a lot on online, but I'm having trouble getting an 'Request a Quote' module to use the global Prestashop variable '$come_from' (which requests the previous page's url). Please...
-
Basically i want to get the today's total orders in the ParentOrderController.php, then base on this count the delivery method will show differently in the order-opc. e.g. the first 50 orders will be shipping free What's the step i should follow to implement this? Sorry, I am new for this Prestash...
-
- Variablesmarty
- global
-
(and 2 more)
Tagged with:
-
Hello, I need to figure out how to get variable GroupId of customer in some module .php file. Has anybody some ideas or solutions? PrestaShop™ 1.4.10.0
-
(default tema da) ...prestashop\themes\default\css\.... klasörünün içindeki global.css dosyasının adını örneğin "global1.css" yaptım . Bunu global.css ile iletişimde olan hangi dosyanın içinde de değiştirmeliyim ? Not : (sayfamda css değişikliği için global.css içinde değişiklik yapıp tekrar globa...
-
Hello, I have problem with thickbox position, viz. screen. Can someone tell me please where i can find it in CSS? I think it is somewhere in global.css. Thanks for any replies and have a nice day. Erko
-
When people select an attribute on my site, anything besides the default one makes the picture bigger and fill in the thickbox area. I dont know where to change this or for that matter how it happened. I just want it to stay the same size. Here is a product page for example http://www.innov-re...
-
Bonjour, Je change de version prestashop, je passe de 1.3.5 à 1.4.6.2 donc la j'essai d'adapter mon thème 1.3.5.0 pour qu'il soit le thème natif dans ma nouvelle installe " jusqu'ici normalement tout va bien " J'ai fouillé le forum et le net , j'ai trouvé un tuto pour pouvoir adapter le thèm...
- 2 replies
-
- thème prestashop
- global
-
(and 1 more)
Tagged with:
-
Please help. Let's say I sell shoes and handbags and I have those 2 categories. No problem with handbags but in the shoes category I have hundred of pairs of shoes all available in the same 10 different sizes. How can I add the drop down size choice to all products in the category shoes in one go? I...