Jump to content

Housy

Members
  • Posts

    266
  • Joined

  • Last visited

Housy's Achievements

Newbie

Newbie (1/14)

5

Reputation

  1. Thank you for your answer Yes, been watching the same module and tryed the demo, but it's quite limited. I can't make the settings, because some tabs like carriers and other stuff are disabled. I have sent an email directly to developer already. Hope they will anwser me as soon as possible. Simonas Invertus, are you any good with coding maybe? Is there any chance I could add an extra line of code or two directly into Cart.php within classes. I am not sure if this is the right file though. Can you do something like in the example below? /************************************************************** * Is it possible to solve this with one or two IF statements? * * Please take a look at the example below. * *************************************************************** $prestashop_shipping = 5; if ($category == "Shoes" && $shipping_country == "Germany") { $prestashop_shipping = $prestashop_shipping + 1; } return $prestashop_shipping; Thank you and best regards, Housy
  2. Hey guys I have a huge problem setting additional shipping costs for a specific category in one country. I would like to set additional shipping costs for "Shoes" category in country "Germany". Is that even possible to do within the back-office? I have managed to set the shipping costs for all the countries under "Carriers" but this category thing is killing me. I just can't figure it out. I'd be grateful, if someone could give me a hint to solve this without coding. Btw, I'm using the latest PS 1.7.4.3 Thank you and best regards, Housy
  3. Hey guys I have the same problem. I'm using newest PS 1.7.4.3 version and can't figure this out. Did anyone find a solution for this? Thanks and best regards, Housy
  4. I solved this problem partially by setting the prices under "Shipping -> Carrier", but the solution is only for the countries. I still can't find a solution for the categories/subcategories Under Cart Rules you can set discounts only. How about increasing the prices? How could I set additional shipping costs (1 € with tax), when a customer has a specific product category in their cart? Is that somehow possible?
  5. Hey everyone I want to set up my shop but I have a problem, when it comes down to shipping costs. How can I set shipping costs based on product category/subcategory and country? Where can I set price rules for that. Is that even possible without buying a module. If not, what module would be appropriate for my case? Below you can see, how my shipping costs wants to be set. Hope you can help me out, otherwise I'm screwed. SHIPPING COSTS BASED ON PRODUCT CATEGORY WITHIN MY COUNTRY (Slovenia) Other Categories - 2,5 € Shoes Category - 3,5 € MY SHIPPING COSTS BASED ON OTHER COUNTRIES Shipping costs inside European Union - 4,9 € Shipping costs outside European Union - 6,9 € Shipping costs to USA - 12 € Now here are some examples, how shipping should work in practice: If a customer wants to buy 5× jackets within Slovenia, shipping costs are 2,5 € If a customer wants to buy 5× jackets and 1× pair of shoes within Slovenia, shipping costs are 3,5 € If a customer wants to buy anything inside European Union, shipping costs are 4,9 € If a customer wants to buy anything outside European Union, except USA, shipping costs are 6,9 € If a customer wants to buy anything to USA, shipping costs are 12 € Shipping costs are not set according to quantity or product weight. Really hope, someone can help me out with this. Thank you and best regards, Housy
  6. I had to clear Cache and now i can see changes. But still I have some questions. Is it wrong to directly modify TWIG files? Can i do any harm to my store or is it fine? Regards, Housy
  7. Hello Within Back Office of Prestashop version 1.7 I would like to prevent viewing the "Cost price" for employees without "SuperAdmin" status. In some other thread i have seen how this can be done but the solution was for previous 1.6 versions and below. I have succesfully found the right file and the reason why i have opened this thread is that i have no idea how to work with TWIG file exstension. I would like to modify this file - "src/PrestaShopBundle/Resources/views/Admin/Product/form.html.twig" I can open TWIG file with Notepad++ but if i make any changes by adding just some random heading tag and then refresh product editing page in the Back Office and click on the "Pricing" tab, i don't see an extra heading tag. Page remains the same as it is by default. Everything works but changes aren't visible. What am i doing wrong? What would be the right approach to edit TWIG files? Thank you and best regards, Housy
  8. With Windows command line i was able to find the right file - src/PrestaShopBundle/Resources/views/Admin/Product/form.html.twig But now i don't know how to work with TWIG files. I did try to modify it by adding some random heading html tag but nothing happens actually, when i refresh product editing page and click on the Pricing Tab. What am i doing wrong?
  9. With Windows command line i was able to find the right file - src/PrestaShopBundle/Resources/views/Admin/Product/form.html.twig But now i don't know how to work with TWIG files. I did try to modify it by adding some random heading html tag but nothing happens actually, when i refresh product editing page and click on the Pricing Tab. What am i doing wrong?
  10. How is it with the latest 1.7 version? Where is the price.tpl file located? Within "admin\themes\default\template" i can't find it at all. Can somebody please help me, i'm lost here. Thank you and best regards, Housy
  11. How is it with the latest 1.7 version? Where is the price.tpl file located? Within "admin\themes\default\template" i can't find it at all. Can somebody please help me, i'm lost here. Thank you and best regards, Housy
  12. Hello I have a problem with changing default combination for a product. It just doesn't want to save, when i do this in the Back Office under combinations Tab. Even if i open "ps_product_attribute" table in PHPmyadmin and update "default_on" collumn, it is still the same. I have a product with 3 different colors (black, white and red). Default combination was black, which is sold out at the moment. That's why i would like to set product combination to red or white, otherwise the product is shown as SOLD OUT. I'm using PS 1.6.0.14 Any other ideas how to fix this? What could be wrong? Best regards, Housy
  13. In some other thread some other user gave me the same solution. I didn't know you have to name it only without "Core". Now it works, thanks.
  14. I apologize, i just wanted to solve this problem as fast as possible.
×
×
  • Create New...