Additional information on featured | latest | special TB module

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeAdditional information on featured | latest | special TB module

This topic has been marked as resolved.

Hello Tb,

I need some additional information (like dimensions and stock quantity) on the TB product listing modules like featured and latest.

For the category page this is easy, by example:

On: catalog/controller/product/category.php
'stock'       => $result['quantity'],

And on: catalog/view/theme/pavilion/template/product/category.tpl
echo"<p>Snel, nog<strong> ".$product['stock']." </strong>op voorraad</p>"

But I can`t get this working for the TB modules. I can`t find the correct controller file where I can add something like: ‘stock’ => $result['quantity'],

I think the correct template file is: catalog/view/theme/pavilion/template/tb/widget/_list_products.tpl

Can you help me with this?

Thanks and best regards, Ultimatia

November 23, 2015 at 12:45 pm #43854
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
November 27, 2015 at 1:51 pm #43887

Awesome, I didn`t know that. Thanks!

December 4, 2015 at 1:32 pm #44004

Glad we’ve helped.

You can’t know, because this is our modification :) Would be good to get this as a default behavior, but…

BR,
ThemeBurn team

December 4, 2015 at 4:10 pm #44011

Hello,

I try this (adding additional data on the product blocks like latest, featured etc) in BurnEngine but don`t know where I can add the data.

In catalog\view\theme\BurnEngine\template\tb\widget\_products_listing.tpl I find only:

Can you help me to find the correct file where I can add the data you listed?

Thanks and BR!

December 7, 2015 at 9:28 pm #44026
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
December 9, 2015 at 11:23 am #44036
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.