
prestashopuser1337
Members-
Posts
14 -
Joined
-
Last visited
Profile Information
-
First Name
Tim
-
Last Name
Werner
Recent Profile Visitors
183 profile views
prestashopuser1337's Achievements
-
Hello there, I am looking for a module, which can do the following: I want to open a popup on a click on a link or button. In this popup there should be a form which contains any number of customizable fields like email, name, etc. After the customer fills out the form and clicks on a submit button, the information should be stored, the form should disappear and another page (also customizable) should show up. After that, the customer can close the popup. The reason is that I want to give the customer the possibility to download the actual product catalog, but only after a lead is generated (e.g. the customers email). Does anyone know such a module? Thank you and best regards
-
Hello, How can I display the price of the currently selected product combination? At the moment, only the base price is displayed via $productPrice. If the variable isn't already defined by the class (which should be?), how do I calculate the price of the currently selected product combination? Best regards
-
Ok I solved it now. What I did (in addition to my first post) was I duplicated the carousel module and replace every occurence of 'carousel' with 'secondcarousel' so that it was unique. This was important since the carousel uses an id for displaying the products via javascript. Another alternative would be to rewrite the module so that it can display products on multiple ids, but the duplication seemed more straight forward for me. One advantage of the duplication is that one can set different no. of products to display in each module. I then added the hooks to the install-routine of the second carousel and just installed it as a new module. Maybe this helps somebody somewhere sometime...
-
Does anyone have an idea how to solve my problem with Prestashop? Do you need more explanations about what I want to achieve or more information about my Prestashop configuration? I would really appreciate some help on this issue since the dev documentation of prestashop isn't exactly brilliant. Best regards
-
Hello, my PS version is v1.6.1.11 my situation: I had the two modules "TM Category Products" and "Block new products" in the frontpage hook "displayHomeTab" and "displayHomeTabContent" (and "displayHome"). What I want to do is split the two tabs into two tabbed areas. So I added {hook h='displaySecondHomeTab'} and {hook h='displaySecondHomeTabContent'} in the index.tpl of my template. I also added && $this->registerHook('displaySecondHome') && $this->registerHook('displaySecondHomeTab') && $this->registerHook('displaySecondHomeTabContent') in the /modules/tmcategoryproducts/tmcategoryproducts.php's install-function to initalize the module for the new hooks. I also added the hooking methods hookDisplaySecondHome, hookDisplaySecondHomeTab und hookDisplaySecondHomeContent by duplicating the methods for the original hookings methods. There it holds the hooks for the original displayHomeTab and displayHomeTabContent. Then I reinitialized the module "TM Category Products", removed them from the hooks displayHomeTab and displayHomeTabContent and added (transplanted) it to the now appearing hooks displaySecondHomeTab and displaySecondHomeTabContent. After adding categories to the TM Category Products module they showed up in the new hook in the frontend, but as soon as I select a category it is still displayed in the displayHomeTabContent hook and not in the newly created displaySecondHomeTab. How do I get the content displayed only in the displaySecondHomeTabContent? TIA and best regards
-
How to edit the homeslider prev/next texts
prestashopuser1337 replied to prestashopuser1337's topic in General topics
Thank you for your reply. I opened the translations as you suggested and changed the next/prev translations for the homeslider module. That did not change it, BUT when I changed the next/prev translations for the tmmanufacturerblock module it changed the next/prev buttons for the homeslider. Weird behaviour. Thanks again and best regards! -
Hello there, I have a question regarding the homeslider module. I learned that I can configure the module and create slides via modules->modules->image slider for your website. Now I want to change the texts which are displayed in the previous- and next-buttons on the slides. Neither did I find a configuration in the module menu nor did I find the texts in the translation fields. Does anyone know how to do this? TIA and best regards PS: I found suspicious entries in the translations files in the templates module folder (<theme-folder>/modules/homeslider/translations/de.php), but the field name ($_MODULE['<{homeslider}prestashop>header_10ac3d04253ef7e1ddc73e6091c0cd55']) tells me that it is probably a database entry. In the database tables for the homeslider (ps_homeslider, ps_homeslider_slides, ps_homeslider_slides_lang) I didn't find any entry regarding the next/prev texts.
-
Hello, I am looking for an addon which let me set the shipping time of an order based on the number of products in the cart. Example: We offer products which are produced on order. So it makes a huge difference in terms of delivery times if a customer orders 1 or 10 products(all the same products). So I would like to set, optimally via formula, that any additional product in the cart adds e.g. 1 day to the delivery date. All shipping addons I found in the shop don't have this functionality. Thanks in advance! Best regards
-
You could take a look in the php error logs if thats possible.
-
Login problem [Workaround]
prestashopuser1337 replied to prestashopuser1337's topic in General topics
Hello Enrique, I did, where do you want to point me at? The permissions are set 755 and the owner is www-data:www-data as it should be, right? Best regards Tim -
Hello, I have a new installation of PrestaShop 1.6.1.7 which works fine locally. Then I put it online on my test server having just an IP as address(e.g. 75.33.126.12/prestashop/. Here I had the problem that I just could not log into the Backend using Chrome. I entered username and password and the login form page just reloads itself not giving any hint or error message what went wrong. With Firefox and IE the login works. I discovered that some people had this issue in the past and that there was no clear solution because nobody knew where this problem came from. I tried clearing the server and browser cache, deleting the cookies, nothing worked. Than I turn the option (found in general settings) 'Check the cookie's IP address' OFF and now everything worked fine in every browser. Maybe this functionality is the issue? Therefore dear devs, please look into this function, because this could save a lot of frustration. Best regards