Display the weight price in the latest module

  • Posts: 12
  • Thank you received: 1
9 years 7 months ago #212655

-- HikaShop version -- : 2.5.0

Hi everyone !

I need to display the weight price next to the unit price in my latest products module.
In my configuration, i select show all prices but i have just the price per unit.

Is there anyone who could help me ?

Thanks a lot !

Last edit: 9 years 7 months ago by sarah0173.

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

  • Posts: 83545
  • Thank you received: 13519
  • MODERATOR
9 years 7 months ago #212659

Hi,

You'll have to edit the file "listing_price" of the view "product" via the menu Display>Views and change the code:

if($this->params->get('show_price_weight')){
				if(!empty($this->element->product_id) && isset($this->row->product_weight) && bccomp($this->row->product_weight,0,3)){
to:
if(true){
				if(isset($this->row->product_weight) && bccomp($this->row->product_weight,0,3)){

The following user(s) said Thank You: sarah0173

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

  • Posts: 12
  • Thank you received: 1
9 years 7 months ago #212915

Thanks a lot ! :)

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

Time to create page: 0.054 seconds
Powered by Kunena Forum