Price by piece or by m²

  • Posts: 35
  • Thank you received: 0
13 years 3 months ago #22367

Hi,

I want to sell bathroomfurniture by piece and bathroomtiles by m².
On the frontside it's always by piece.

How can i change this.


I also want that non registered users can't see prices... i read that's possible in the payed version.
Do i have to buy the Essential or the Business version.

On the payed version there are options on the product page. What is this?

I downloaded the manual but it's from a previous version.

Kindly regards,

Koen

Last edit: 13 years 3 months ago by adoewa.

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #22398

Hi,

It depends how you want to handle it. You could use a characteristic to let the user select the number of m². If it's just about changing the text, that could be possible but you will have to edit the file listing_price of the view product via the menu Display->Views and change the code there in order to display the prices differently based on the products.
You can do something like this:

switch($this->row->product_code){
 case 'my_product1':
 case 'my_product2':
  //display price in one way
  break;
 case 'my_product3': 
  //display price in another way
  break;
 default:
  //default
  break;
}

If you want to restrict the prices based on the user group, you will need the Business edition.

Options enables you to thing product pages like this one:
www.demo.hikashop.com/index.php?option=c...ow&Itemid=91&lang=en
Here is some documentation on that : www.hikashop.com/support/documentation/i...ct-form.html#options

Please Log in or Create an account to join the conversation.

  • Posts: 35
  • Thank you received: 0
13 years 3 months ago #22400

Hi Nikola,

Isn't it possible to select when entering items.

/ Kg
/ m
/ cm
/ m²
/ m³
/ ...

It depends on the item .

Or can i add an extra field, in the business version, wich i can print on the itempage.

Sorry for my broken english.

Koen

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #22424

You would have to create first one category per type of product. Keep it unpublished if you don't want it to be seen on your front end. Then, when creating/editing a product, you can add one of these categories as a second category of your product. Then, you can create custom fields of the table "item" and limit them to one of these categories.
Then, you would have to create a quantity price calculation override as explain there:
www.hikashop.com/support/documentation/6...tation.html#override
That way you could change the price based on the value entered in the custom fields by the customer.

So yes, it's possible, but not so simple.

Please Log in or Create an account to join the conversation.

Time to create page: 0.062 seconds
Powered by Kunena Forum