Jump to content

ptemmerman

Members
  • Posts

    42
  • Joined

  • Last visited

1 Follower

Profile Information

  • Location
    Sevilla
  • Activity
    User/Merchant

ptemmerman's Achievements

Newbie

Newbie (1/14)

3

Reputation

2

Community Answers

  1. Hi, Great topic! I need exactly the same, but just the other way around. Just one question: On the backend I want the invoices to always be generated in EUR, however customers in UK should be able to get their invoice in GPB. Is that still possible with this modification? Thanks in advance.
  2. This issue is solved. In my case the problem was related to: 1. Using Memcached 2. A bug in Chrome v54 More info can be found in this thread: https://www.prestashop.com/forums/topic/563074-can-only-edit-save-products-sometimes/
  3. El Patrón. Thanks for the reply muy señor mío. :-) I do have caching enabled, however I wouldn't expect caching to actually cache my backend as well. I mean, it doesn't make any sense that I update a product description and I don't actually see the update in the backend itself. As if I didn't change anything :-) I already contacted my hosting company. They use Nginx as proxy-cache. I'm going to contact them again to disable all types of caching on my backend URL. Hope that helps... Gracias friendo.
  4. Hi, I'm suffering this very weird and bothering problem: When I change a product combination, let's say the weight of an item, I click save but the weight remains to it's old value. However, when I visit the shop, the weight actually has been changed, When I edit a product description and press Save, the text goes back to the version before being edited. When I visit the shop, the description has not been changed, Also, the icons at the very top that indicate new orders/clients/messages never get reset. For example, when I click the the order icon, the number above it disappears. However, when I reload the page or load any other page, the number above the icon is back again. Strangely, when a new order is being place, the number goes up without any problem. I'm qbout to go nuts here! So for my mental health, if someone could shed a light on this, I would really appreciate (so does my [spam-filter]). :-) Thanks!
  5. Hi guys Quick question. I make a change to a customers address (even just adding a letter) in the backend and press save. Instead of editing the old address, a totally new address is being created. So the user ends up with 2 addresses which are escept for 1 letter exactly the same. I suppose this is some sort of option that I can enable/disable, but I cannot find anything about it. I am using version 1.6.1.7. Many thanks in advance!
  6. El Patrón, muchas gracias. Actually, before posting on the forums I found your module Googling the problem. As a matter of fact, I wrote you on your chat (well, I just said "Hi" :-) ) The thing is that what I need IS very basic. I read in the module info that Prestashop only looks at the first language code being presented in the Accept-Language header. In my case (PS 1.6.1.7 with Warehouse theme), it doesn't even do that. Am I right t o assume that this should be working? Thanks!
  7. Hi, My site is available in 5 languages. Default language: english. With the "detect language from browser" option set to YES, I always get the english version, no matter what the Accept-Language header is. I cleared all cookies (even tried in private browsing tab) and I can with developer tools that my request has the folliwing header: Accept-Language: "fr,en-US;q=0.7,en;q=0.3" I even tried other formats as first preferred language: fr-fr, fr-FR, FR-fr. The result is the same. Any help/advice will be greatly appreciated. Thanks!
  8. Hi again, Replying to myself, I finally circumvented this by creating a carrier for each zone. Doesn't look great in the backend (all carriers have the same name), but at least it does what I need it to do.
  9. Hi Prestashop experts. Been Googling for a while now, but am unable to find a solution. Problem: Carrier is only allowed to have 1 transit time I have only 1 carrier that ships our products to different countries. The cost and transit time depend on the country of destination, which is divided into zones. For example: Zone 1: Belgium, Netherlands, Luxembourg Zone 2: France, Germany Transit time for zone 1 is 3-4 days Transit time for zone 2 is 2 days. Cost for zone 1 is x euros Cost for zone 2 is y euros Prestashop by default allows you to configure cost per zone/country. See attachment. However, as far as I can tell, transit time is not configurable on a carrier level per country/zone. This is desirable as the shipping time is displayed at the checkout page. Am I missing something here? Thanks for your advice and consideration. Pete
  10. I'm also looking into this. I want a desktop (OSX if possible) invoicing app which can be preferably accessed from iPhone/Android as well. The invoicing app needs to integrate easily with Prestashop. Any ideas/experiences?
  11. Dear all, Today a new user (first visit to our site) added two products to his shopping cart, however his shopping cart remains empty, even after reloading the cart page various times. The strange thing is that in the backend I see that a new shopping cart has been created with the correct products. OS used: Windows 7 Browser: Chrome 34.0.1847.137 PS version: 1.5.6 I was unable to reproduce the problem using the exact same browser version on Windows XP (I don't have any Windowes 7 available to test). I would kindly appreciate if you could give me some pointers at where this problem might originate. P.S. I don't have the ability to contact the user and ask him to execute things or give more information..
  12. Hi, In order to track sales of products under "Customers who bought this product also bought" I added below code to the product.tpl page. The event is being tracked, but the product name which I try to retrieve using jQuery remains empty. I'm sure it's just a simpe coding error.. any help would be appreciated The code I added to product.tpl : <script type="text/javascript"> $( document ).ready(function() { var crossprod_name = $('.s_title_block > a').attr('title'); $('a.ajax_add_to_cart_button').on("tap click", (function() { _gaq.push(['_trackEvent', 'Cart', 'AddCrossSale', '{$product->name} - {$crossprod_name} ']); })); }); </script>
  13. Sorry, I forgot to mention: 1.5.6 Also, I just noticed that it depends on the browser that I use. When using Safari the cart appears immediately in the BO. When using Chrome it doesn't. (Both on OSX).
×
×
  • Create New...