N
N
Nikita2019-03-26 14:41:24
WordPress
Nikita, 2019-03-26 14:41:24

How to set prices per piece in WooCommerce and for the packaging?

Hello! Tell me if there is a plugin to show prices per piece. and for the packaging? However, you can only order in packs. For example, there is a product worth 10 rubles / piece. But this item is only sold in packs of 50pcs. Accordingly, only 50,100,150... items can be added to the cart. How can this be implemented? Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
andrash_, 2019-03-28
@andrashsh

Initially display the price for 1 pack. Then create a variable that will do the calculation based on the price per pack.

<?php
$price = get_price_html(); // цена за упаковку - 50шт
$cal = $price / 5; // цена за 10шт

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question