Jump to content

codespirit

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • First Name
    Petr
  • Last Name
    Novak

codespirit's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hi guys. I have a weird bug. I have created free delivery voucher for a single product. When I choose all carriers, it works properly and FREE status is shown in the step 4-Shipping. But whenewer I choose just a some of them, in the same step, I still see prices. Then if I continue to step 5-Payment and then back, statuses have finally changed and show FREE status as they should. As on attached printscreens. Please help!
  2. Hi musismaster, yes I did. Does it work for you? For me it is doing what I wrote before. When a customer buys a single product and it becomes unavailable, product quantity of the product set is not decreased. So you can still order it even if some of products in the set are already out of stock.. Any advices? Thank you. Petr Thank you, i was affraid of it. Petr
  3. Hi im_presto I think so. I have created a product set out of a few products, and check to decrease both quantity for product and product set. But it works only if somebody buys product set directly. Whenever client buys a single product, it decreases just that, and product set remains on the same quantity. So then you can have that very product out of stock but product set still available to buy And I dont really know how to solve that Petr
  4. Hello everybody, I have a product set which contains five products. Whenever somebody buys a single product, I need also it is decreased from the quantity of this products set. Is it possible? How to achieve that? All advices very welcome. I am fiddling about that a long time without any progress. Petr
  5. Hi to everybody. I just solved the problem in Presta 1.6. Its not easy as it seems. So few points here: - copy bankwire module, rename it to bankwirecopy for example - rename all files and all text which mentioned bankwire to bankwirecopy - install the module - in database table ps_order_state copy bankwire row - in table ps_order_state_lang copy all bankwire rows and change id_order_state to the same value as was created in ps_order_state - in table ps_configuration copy PS_OS_BANKWIRE row, change name to PS_OS_BANKWIRECOPY and value to the number of id_order_state - in /config/config.inc.php copy row define('_PS_OS_BANKWIRE_', Configuration::get('PS_OS_BANKWIRE')); and rename it to BANKWIRECOPY - copy email templates at /mails/some_language_shortcut/bankwire.html and bankwire.txt, rename it and change text in files - enjoy multistore
  6. Hello rxdUser. I have been hanging around this issue a many times. It works for me when I do following: Try it with test data 1) Install prestashop 2) Turn-of cache (Advanced Parameters->Performance) and set up Template compilation=Force compilation 3) Import localization packs (Localization->Localization); for me it was for Czech republic (CZK) and Slovakia (EUR) 4) Enable Multistore (Preferences->General) 5) Create a new shop (Advanced parameters->Multistore) 6) Set up url for that shop (Advanced parameters->Multistore, click on first store and you will see table with all of them, then choose the right one) 7) Open every active currency and at the bottom choose a shop (Localization->Currencies) - I started always with those ones which are not default 8) Open every active language and at the bottom choose a shop (Localization->Languages) - I also started with those ones which are not default 9) Setup countries the same way as 5 or 6 (Localization->Countries) Now, you have all prepared with test products. Check shop A url and its prices and shop B url. It should shows different prices for same products in depends on currency coeficient. If it works proceed to next points. If not, do it again and check the prices on all shops just after every point, starting with 6. Production data 1) Install module Prestashop Cleaner, click configure and delete Catalog 2) Import your products 3) continue with point 4 and others mentioned above Good luck, it was really anoying, but now it works for me..
×
×
  • Create New...