-
Posts
54 -
Joined
-
Last visited
Everything posted by shaun_imakr
-
Prioritise the Warehouse
shaun_imakr replied to shaun_imakr's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
No, it gave us a lot of headache and then we gave up of using the stock management.- 2 replies
-
- warehouse
- advanced stock management
-
(and 1 more)
Tagged with:
-
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.
- 1 reply
-
- discount
- fixed amount
-
(and 2 more)
Tagged with:
-
The final page in Checkout out shows wrong Price
shaun_imakr replied to lasseboy's topic in Configuring and using PrestaShop
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. -
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
-
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
-
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?
- 2 replies
-
- warehouse
- advanced stock management
-
(and 1 more)
Tagged with:
-
Free simple events or calendar module?
shaun_imakr replied to eclipse84's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
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.- 3 replies
-
- calendar
- events manager
-
(and 1 more)
Tagged with:
-
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
-
Is it possible to send customer service message (Customers > Customer Service) with an attachment?
- 2 replies
-
- attachment
- customer service
-
(and 3 more)
Tagged with:
-
Better emoployees permission control
shaun_imakr replied to shaun_imakr's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
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. -
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?
- 129 replies
-
- order comments
- comments
-
(and 3 more)
Tagged with:
-
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
- 129 replies
-
- order comments
- comments
-
(and 3 more)
Tagged with:
-
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(); }
- 7 replies
-
- 2
-
-
- out of stock
- advanced stock management
- (and 6 more)
-
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:
- 35 replies
-
- shipping
- shipping costs
-
(and 2 more)
Tagged with:
-
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?
- 35 replies
-
- 1
-
-
- shipping
- shipping costs
-
(and 2 more)
Tagged with:
-
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.
- 7 replies
-
- out of stock
- advanced stock management
- (and 6 more)
-
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.
- 7 replies
-
- out of stock
- advanced stock management
- (and 6 more)
-
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.
- 7 replies
-
- out of stock
- advanced stock management
- (and 6 more)
-
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
- 7 replies
-
- out of stock
- advanced stock management
- (and 6 more)
-
How to stop automated backorder status
shaun_imakr replied to mammoo's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
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. -
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.
- 18 replies
-
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.