Search the Community
Showing results for tags 'volume'.
-
Ciao a tutti, come da oggetto... esiste? Io è da diversi giorni che cerco ma nulla.... non riesco a trovare niente ne free ne a pagamento qualcuno sa aiutarmi? In pratica avei necessità di poter configurare le spese di spedizione con scaglioni di volume (invece che di peso) calcolato con le dimensioni dell'oggetto (Larghezza x Altezza x Profondità) Sembra una cosa scontata eppure in giro ho trovato solo persone che chiedono questa funzionalità ma nessuna soluzione grazie a tutti dell'attenzione
- 6 replies
-
- 1
-
- modulo
- spese spedizione
-
(and 2 more)
Tagged with:
-
How do I stop volume discounts showing, when stock levels are below the stock discount level??
-
Hello everybody, I would like to find a module, or find a talented developer for that module. Thank you for kind reply. What is needed: Automatic (dynamic) Pack selection when calculating best price for quantity needed. Quantity - is the variable entered by client when visiting a product page. Lets make it easier to understand: 1) open this link: http://addons.prestashop.com/demo/FO8205.html - you will see predefined quantities (Packs 1000,2000,3000). These are predefined. 2) open this link: http://addons.prestashop.com/en/front-office-features-prestashop-modules/3129-fo-quantitydeclinations-prices-quantity-per-multiple.html - here you will see the idea, when client enters the quantity. See here: http://demos.foqty.oleacorner.com/en/t-shirts/1-t-shirt-delave-manches-courtes.html 3) But second module lacks of more price ranges per quantities. 4) Both of modules lacks of "automatic Pack selection" by given quantity. what is "automatic Pack selection"? Lets see examples, assuming the stock in infinite. Lets take example number ONE: 1) client wants to buy 111 pcs of product. 2) in predefined product Packs we have: pack A, containing 1 pcs of product, pack B, containing 10 pcs of product, pack C, containing 20 pcs of product. 3) pricing is best for pack C. I mean that pricing A>B>C. - A is worst, B is better, C is best price per product. 4) What is the best available price for 111 pcs? Assuming no more extra discounts. 5) the answer should be automatically calculated for client in that way: 6) (5 * pack C) + (1 * pack + (1 * pack C) = a best price. Lets take example number TWO: 1) client wants to buy 29 pcs of product. 2) in predefined productPacks we have: pack A, containing 1 pcs of product, pack B, containing 10 pcs of product, pack C, containing 20 pcs of product. 3) pricing is best for pack C. I mean that pricing A>B>C. - A is worst, B is better, C is best price per product. 4) What is the best available price for 29 pcs? Assuming no more extra discounts. 5) the answer should be automatically calculated for client in that way: 6) (1 * pack C) + (0 * pack + ( 9 * pack C) = a best price. 7) even more - telling the customer: "buy +1 pc to get better price (formula: (1 * pack C) + (1 * pack + ( 0 * pack C) = a best price)" I didnt calculate all the cases for example number TWO, but it can be, that situation X: (1 * pack C) + ( 0 * pack + ( 9 * pack C) is worse that situation Y: (0 * pack C) + (2 * pack + ( 9 * pack C ) Thanks for reply. Have a good day!
- 2 replies
-
- combinations
- price
-
(and 8 more)
Tagged with:
-
Hi everyone, I'm developing a new ecommerce website for France. It's something like an alcohol mart (sells alcohol but it sells other things like deodorants, perfumes...). The problem is that in France you can only buy 10 liters of alcohol per order. I have been thinking about a solution and I think that the best option is to do it with Characteristics (Product > Functionalities > Characteristics), create a new characteristic called Volume (in milliliters) and limit the order when the sum is over 10 liters. Do you know about any module that can work? Or any other solution? I'll appreciate your help a lot. Any kind of advice is welcome. Thanks!
-
Hi, I'd like to know if you have an add-on that allows me to implement the following functionality or if you could develop it for me? Context: Wholesaler e-commerce platform Explanation: While ordering on the platform, the customer needs to have some restrictions. He has to order a minimum volume and a maximum volume of products. The reason is because he has to fill in a container (90m3) and there is a minimum and maximum space available. I need therefore an add-on that gives a minimum and a maximum constraint to the customer. (min= 85% max= 95%). We still have a jquery plugin to show the filling of the container (by percentage). This plugin could be integrated to the module. Could you forward me a cost-estimate for this add-on? Thank you in advance for your help, Kind regards,
-
-
Hi. My client's carrier makes shipping prices by volume, not weight. I can I achieve that on prestashop?
- 1 reply
-
- shipping cost
- volume
-
(and 1 more)
Tagged with:
-
Hi Under Localization I can add weight, distance, volume and dimension units. From PrestaShop official documentation: The physical units presented in this section (weight, distance, volume, dimension) are used both in your product sheets and for your own packaging needs – and ultimately, is essential in your relationship with your carrier. I need to show also product volume - but I can't find any place, where I can add product volume. Under shipping I can add dimensions and weight, but not volume. Where it is?
-
Hi. I need to alter the shipping calculation. I need to set it based on the total products volume. This because, based on quantity/volume, we fill different boxes that have different shipping costs. So, I'm new to prestashop. Can someone suggesting me how to do it or maybe at least how to start building a custom module for doing that? Thank you!
-
Bonjour à la demande d'un de mes clients je dois modifier le bon de livraison d'un presta 1.4.5 je dois rajouter le volume des colis et j'ai donc utilisé une variable qui n'utilisais pas (variable width) j'arrive à recuperer la variable et à l'afficher sur le bl par contre j'aimerais en faire la somme j'ai donc créer une fonction sur le fichier classes/order.php : public function getTotalWidth() { $result = Db::getInstance(_PS_USE_SQL_SLAVE_)->getRow(' SELECT SUM(product_width * product_quantity) FROM '._DB_PREFIX_.'order_detail WHERE id_order = '.(int)($this->id)); return (float)($result['width']); } et rajouté ceci dans le fichier classes/pdf.php : $pdf->Cell(70, 6, self::l('Volume total : ').' '.(' '.round($order->getTotalWidth(),3).'m3'), 'LRB'); Lors de la génération du bl, les volumes appareissent bien sur chaque produit mais pas la somme pouvez vous svp m'aider Merci par avance
- 3 replies
-
- bon de livraison
- volume
-
(and 1 more)
Tagged with: