Search the Community
Showing results for tags 'stock level'.
-
Hi I have products in my shop ( type: standard product) Products has combinations (sizes) Quantities are set in "I want to specify available quantities manually." mode I have external program which synchronise my stock level with prestashop I am looking for module which: make that stock level of each combination of one product depands on stock level of combinations of another specifed product: Example Product A and product B with simmilar Combinations A:(A1,A2,A3) B:(B1,B2,B3). Product A has specifed quantities and we want Product B to have the same stock level: Product A and its combinations A1 - 3x A2 - 2x A3 - 1x Product B and its combinations: B1 - 3x (depands on quantity of A1) B2 - 2x (depands on quantity of A2) A3 - 1x (depands on quantity of A3) Do you know such module? I am looking for module which allows me to make such "relationship" to existing products?
-
PrestaBay — PrestaShop Amazon Integration Module allow you export, edit multiple products on Amazon marketplace, import amazon orders into PrestaShop backoffice. Very easy module installation, flexible configuration, clear interface and very easy usage. Module support multiple amazon accounts and allow connect your PrestaShop store with multiple Amazon Marketplaces. This module recommended for all PrestaShop store owners who sell or interested in starting sales at Amazon marketplace. Save your time and money by controlling Amazon accounts through PrestaShop. Features List Export Products Allow export PrestaShop products to Amazon Marketplace with custom price and QTY. Synchronization Flexible Stock Level Synchronization, including price synchronization and QTY reservation. Order Import Downloads Amazon orders and import it just into PrestaShop store. Synchronize Order Status between marketplaces. Amazon Jobs Special designed tasks for background handling on large amazon inventory. Send 1000 products to amazon in less that 5 minutes. 8 Amazon Marketplaces You can connect your PrestaShop store with Amazon Europe (United Kingdom, France, Italy, Germany, Spain), Amazon North America (United States, Canada, Mexico) and Amazon Australia Multiple Amazon accounts Do you have more that one Amazon account? No problem! You can add as many account as you need. Amazon Inventory Download current Amazon Inventory and get full understanding what data you have on amazon. ASIN Search and Matching Export products having only EAN/UPC code and automatically set ASIN code. Find ASIN code for your products. Technical Support We take care to our product and help the customer if they have difficulty with its usage. Features currently NOT SUPPORTED by PrestaBay — PrestaShop Amazon Integration module: Variation Listings (planned in version 1.1.0) Create new Amazon Products (planned in version 1.3.0) Amazon Fulfillment support including Prime orders (planned in version 1.2.0) Marketplaces: Amazon Australia, Amazon Japan, Amazon China, Amazon India, Amazon Brazil PrestaShop version 1.5.x and lower Shipping mapping, Price Templates, Amazon Repricing Hosting requirments: : PHP 5.4.0 or more Installed and configured curl extension Memory limit more that 128Mb Max execution time more that 300 seconds PrestaShop version 1.7 or 1.6 Possibility to set cron job Requirements for Amazon Account: Professional selling plan Amazon seller account registered in selected marketplace or group of marketplace (Amazon Europe, Amazon North America, Amazon Australia) Module available on PrestaShop Addons Marketplace — https://addons.prestashop.com/en/marketplaces/32346-prestabay-amazon-marketplace-integration.html As well on our website — https://involic.com/prestabay-prestashop-amazon-integration Online demo available at https://prestabay-demo.involic.com/backend (User: [email protected], Pasword: demodemo)
-
Hi, Is it possible to set out of stock notification on different lever for each product. for example. If product1 has 5 in stock then send notification. If product2 has 10 in stock then send notification. If product3 has 15 in stock ...... thanks in advance. PS: 1.6.0.9
-
I have just created an order from a cart, however the order details do not show on the invoice although the correct price does. The value of the order doesn't show in the cumulative sales on the Dashboard. And the item is still showing as in stock, it should now show as out of stock as it was the only item How can I correct this error?
- 1 reply
-
- order
- stock level
-
(and 1 more)
Tagged with:
-
Prestashop is a powerful eCommerce solution that is used by organisations worldwide but it still needs people to extract its data and re-key that information into business software. Employees also extract data from business software such as SAP, Sage, MS Dynamics ERP (NAV/AX/GP) and others and re-key that data into Prestashop. This takes time, is error prone and is an unnecessary cost. Here are some examples of the benefits that can be achieved when organisations implement Prestashop integration with their business systems and applications. Automatic insertion of Prestashop orders into an accounting solution Automatic transfer of orders status and current stock levels and/or images from an accounting systems to Prestashop Automatic placement of an order with a selected courier service(s) Automatic synchronization of customer information between Prestashop and a CRM application Advanced order management including Stock alerts and the automatics creation and distribution of PO requisitions when a Prestashop order depletes stock levels below agreed levels What systems would you like to integrate with Prestashop to improve your business processes? http://www.orbis-software.com/solutions/Prestashop-Integration.php
-
- integration
- prestashop integration
- (and 8 more)
-
Hi, I'm developing a tiny module to get live stock levels from an external source. Currently I have 2 manufacturers, which have their stock levels available on their websites (xml and csv formats), they are updating the levels every ~10 minutes. My module is hooked to 'hookextraRight'. The module takes the $product->supplier_reference, gets the stock level and displays a small info block just below the 'buy_block' form. My module so far works ok. Now I'm lost with the new manufacturer, who has products with combinations (different colors). Once the product with combinations is displayed, the stock level for the 'default' combination is parsed and displayed. When selecting a different combination (different color) I have no idea how to call my hookExtraRight function again to get the stock level for the selectedCombination['reference'] updated. Can I somehow use the hook's code from the javascript (product.js) ? Well, probably not... Or should I use 2 functions to get stock levels (leave php on hookExtraRight and add javascript+jQuery version for combinations) ? Or should I leave completely the 'module + hook' idea and override the whole class and/or controller ? I would appreciate any idea or help. Thanks. (PrestaShop 1.4.8.2)
- 2 replies
-
- combinations
- hookextraright
- (and 5 more)