Jump to content

Blu3

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

Recent Profile Visitors

2,125,718 profile views

Blu3's Achievements

Newbie

Newbie (1/14)

6

Reputation

  1. While customizing the Cart Layout, I noticed that the $product.condition variable exists, but is always blank. After tinkering around, and trying to understand the how the presenters work, it seems that this variable should already be filled 😕 Now I'm stuck. Anybody know how to make sure that it gets filled? Or if not, any tips on how I can display the condition of each product in the cart in some roundabout way? Template File being edited: /themes/classic/templates/checkout/_partials/cart-detailed-product-line.tpl Variable that is not filled: $product.condition How to reproduce: just do a smarty print_r for $product {$product|@print_r} Help will be much appreciated since I'm stuck. -Nico
  2. After not finding the information, I thought I'd share this here, in hopes of future googlers having an easier time than me. So here goes: Prestashop 1.7 - How to edit the Contact Page. Location of the contact page: yourshop.com/contact (or for localized shops, it's your relevant string. /kontakt, etc...) There are 3 different places you need to visit, in order to edit everything on this page: A /themes/yourtheme/templates/contact.tpl B /themes/yourtheme/modules/contactform/views/templates/widget/contactform.tpl C /themes/yourtheme/modules/ps_contactinfo/ps_contactinfo-rich.tpl To edit the shop info shown on the left side of the page, go into your backoffice and edit the Contact Details under: Shop Parameters -> Contact -> Stores Hope this saves you guys some time. -Nico
  3. Hello We had the same problem. We found out that it was because we had a custom theme, with modifications to the paypal hook. Please check if your theme folder contains: modules/paypal/views/templates/hook/express_checkout_payment.tpl If yes, then replace it with the original from the modules folder. Then it should work again. I hope this helps you. With kind regards, Nico Huber
  4. Hallo, Wir haben einen Multishop mit verschiedenen Steuern (DE & AT) aber dem gleichem Lager. Wenn wir irgendwas ändern und auf speichern drucken unter dem Reiter 'Alle Shops', dann wird die Steuer in allen Shops auf den Standard zurück gestellt. Selbst wenn das Häkchen nicht gesetzt ist. Kennt das jemand oder weiß jemand was Ich dagegen tun könnte?
  5. So before making a big thing out of this, I'd like to ask for some quick thoughts on this. Google has developed the 'Google Shopping Module' which has the purpose to "save time and extra work" So after setting everything up, on the last step where Google asks you which fields correspond to which google fields. (Price -> Price, Produkt-Nr. -> Produkt-Nr. etc.) there is one field which obviously is a must: "Google Categories" You can't add Products without a Category. Additionally, putting all Products into one Google Category isn't a solution since our Shop has several different Products which need entirely different Categories. So having said that, there is a neat little field that ask you which feature or value you want to use as Google Category. the string I need to pass is along the lines of: "Heim & Garten > Küche & Esszimmer > Küchengeräte > Küchenherde" Problem: I can't use the symbol ">" since that is a forbidden symbol for features. So now I have a field which would let me do just what I need -> to place each product into a different Category by simply choosing said Category as a Feature. However I can't do that since I can't add the string. The other option would be to use the Numerical Code of the Category, but that's not really an option either since how in the world am I supposed to remember all the IDs of the Google Categories whenever I edit a product. I believe this to a be quite a serious bug to the module. Any thoughts or Corrections? ------------ PS: I have contacted the Google Developer over Prestashop and linked to this thread. I will also update with the solution so that everyone may reference this in the future.
  6. So I finished my first module, did all I have to do. Followed standards, and tried to upload the module to sell it on prestashop. However I'm stuck at: Invalid module key ! when I upload the .zip file. I really don't know what went wrong, can someone share some insight with me please? ---------- EDIT: Found it. It actually was the first line in the upload which I needed to include. I'm not sure how I managed to miss something that obvious. -Sorry
  7. Presta 1.5.6.1 I want to make a module which makes some changes to the product information screen. But how do I override the informations.tpl ? I've tried the module override folders but couldn't get it working. The file I wish to overload is /admin/themes/default/template/controllers/products/informations.tpl Where would I have to place the new informations.tpl in my module so that it overrides the original upon installation?
  8. I've searched a fair bit but to no avail. After several hours I give up and hope someone can help me out here. Prestashop 1.5.6.1 Problem: Can't display the Condition Variable (Used/New) of the product on the Order Page (1st and 5th step of buying the product) nor in the Email Description: I've managed to display the Condition Variable on the product page, but since the variable is not loaded on the Order page, I fail to display it. What I know so far: For the mail, under module -> mailalerts -> mailalerts.php -> somewhere around line 403 or so I need to add '{condition}' = > but I'm not sure how to retrieve the variable. as for the confirmation page, I just couldn't find where the variables for $products get loaded from :/ Reason: Am from Austria, if I don't display Condition variable: "Used" on the Order Page and Conf Mail, then the Buyer has the right to return the product because: "It didn't say anywhere that it was used". Sadly the law is always on the consumers side, hence why I have to display it everywhere. Please help, Thank you ahead of time ^^ -Nico
  9. I used version 1.5.6 Problem no longer exists on my site since I switched to the 5 step checkout page. Problem as described in my first post only exists on the opc checkout.
  10. When "Please use another address for invoice country not saved", on the order page as a guest, If I enter a different country (Germany) than the one I want to send the product to (Austria), then the lower Country field is not saved and is instead replaced by the first one. Same for vice versa. Please help as this is pretty problematic for a shop to work
×
×
  • Create New...