Jump to content

shaun_imakr

Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by shaun_imakr

  1. No, it gave us a lot of headache and then we gave up of using the stock management.
  2. I have couple of products that cost $65 and with voucher their price should drop for $10 I tried to set fixed amount discount of $10 and it worked, but if I have for example 4 product, it still reduces for $10 (instead $40) If I go with percent option applied to the group of selected products, it also worked, but since it rounds my discount on 2 decimal places (instead of -15.38461538331361%, gives 15.38%), I'm getting the error if I add 3 or more products (ie 29.99 instead of $30) Do you know how to create the voucher which will reduce $10 on every single (selected) product in the cart? It sounds so easy, but I really can't find that option.
  3. Any updates on this maybe? I'm having the same issue. People are getting randomly increased price on the final screen of the checkout. This appeared couple of times in last 4-5 months and it's always on PayPal checkout. Charged price, price on the invoice and the price on the checkout are fine. Just the one that shows up on the final page.
  4. Any luck on this? I'm using 1.6.0.9 and found that stock updates only if I add supply order in the default currency (GBP). But if I add in USD or EUR nothing changes.
  5. I had the same problem and finally realised it's because I ticked at some stage Invoice option. After deactivating it, I'm not getting the blank page anymore
  6. Hi, I set Fedex module and it works properly if I order up to 3 products. For example, I created a test object and these are results I get if my cart has: 1 product: http://i.imgur.com/KYialam.gif 2 products: http://i.imgur.com/DG0d1WF.gif 3 products: http://i.imgur.com/Jhglnpj.gif As you can see, the prices are being calculated properly. But once I add one more product, The most expensive option (First Overnight) becomes the cheapest one with the price of just $2 4 products: http://i.imgur.com/SFIfqaK.gif As I keep adding more products to the cart, the most expensive options become the cheapest option: 5 products: http://i.imgur.com/ued8WLR.gif 6 products: http://i.imgur.com/fFsyPy6.gif 7 products: http://i.imgur.com/wfZfuQ2.gif 8 products: http://i.imgur.com/FrmZrbI.gif and so on.... Once I reach 13 products, all shipping options get ridiculously low prices: http://i.imgur.com/fnuiz58.gif I tried with other products, I tried with different variations of the product weight, size, price and it didn't work. Prestashop 1.6.0.9 Fedex module
  7. Any updates on this? The orders are still being split even if you have disabled "Delayed Shipping" - Prestashop 1.6.0.9
  8. We have enabled advanced stock management on our platform and also 4 different warehouses set in it. Is there any option to prioritise a warehouse when someone buys a product? At the moment, I can't find any logic behind it. Sometimes a product is being shipped from one warehouse, sometimes from another. So is it possible to make one warehouse priority until, for example, its stocks run out so the orders will automatically switch to another warehouse?
  9. Did you have luck with this? I'm looking for the same module but beside Events Manager module I couldn't find anything else. Unfortunately that one isn't good enough for us.
  10. Same thing happened in my case. I changed it in the end to 0.0001 and it's working now. Prestashop 1.6.0.9
  11. Is it possible to send customer service message (Customers > Customer Service) with an attachment?
  12. Maybe I wasn't clear enough. I want to have more detailed profile settings. If I allow Orders now, the user will be able to do anything with an order, but I want to limit some functionalities without restricting it completely.
  13. Is it possible to tweak somehow employees' permissions? For example, I want to allow some users to be able to change the order status, but I don't want to allow them to edit the order.
  14. Yeap, that's true... Messages show in desc. order by date, but if you send couple of messages during the day they will be shown in a random order. Is it possible to sort them in chronological order - by date and time?
  15. I tested hoplajetzt's version in Prestashop 1.6.0.9 without any return array_merge fixes and it's working fine. Is there any way to display timestamp and sort by it? Thanks
  16. I found the solution In classes/PaymentModule.php just remove this if statement if (Configuration::get('PS_STOCK_MANAGEMENT') && $order_detail->getStockState()) { $history = new OrderHistory(); $history->id_order = (int)$order->id; $history->changeIdOrderState(Configuration::get('PS_OS_OUTOFSTOCK'), $order, true); $history->addWithemail(); }
  17. I just noticed that in Modules I have warning message "Variable Shipping: "Custom Shipping Carrier" must be configured to use this module correctly" Click on this link gives me this:
  18. I'm trying to make Variable Shipping module works, but still no success. I installed that properly and it appears in the list of Carriers When I create an order in the backoffice and select Variable Shipping from the list, I don't have any input fields Also, if I go to the created order and try to edit shipping info, I can only add Tracking number, but not to change the price. Any ideas?
  19. It's not the problem to change the order status after we create the order, but it would be much easier for us to have our statuses locked to those we set when the order is being created.
  20. No, no... So, for example we have a product which is out of stock, but we still want to offer it. If a customer places the order, he'll get backorder email, the order status will be set to "On Backorder" and that's fine. But for example, if we want to create an order in the backoffice with the product which is not in the stock then we want to use our internal order statuses (i.e. "Deliver from store #3"). Once we click on "Create the order" button, the platform automatically updates the status to "On Backorder" which we don't want to have. It seems like an easy fix but I can't find the function which does that.
  21. http://www.imakr.com Built on Prestashop 1.6.0.9. But this is more backoffice issue, so I'm not sure if you're going to see anything unusual in the front-end.
  22. When someone creates the order and the product is out of stock, the status automatically switches to "On Backorder". Is there any way to turn this off? We have a couple of internal statuses that we use inside the company and when we create the order in the backoffice, it just changes our custom status to "On Backorder". Can we disable this feature? Thanks
  23. I'm also interested for this. We're using custom statuses so it's really important if we create an order from the back-office to have it "locked" to our status, without automatically switching to "backorder" if the product is out of stock.
  24. It happened to me, too, but after the first indexing it disappeared. In the end I went for the 3rd party solution which works good.
  25. Just to confirm that I have the same problem, too. I made 2 more modules of the default one (home featured), just giving the other names to the boxes and changing the id where they are pulling the products from. The first one (default) is working good, but other two modules / boxes give me this error.
×
×
  • Create New...