Jump to content

attribute supplier reference in product page


Recommended Posts

I need to display attribute supplier reference in product page.

I tried with {$product->supplier_reference|escape:'htmlall':'UTF-8'} but it show always the supplier reference of product.

Any idea to show supplier reference of combination?

Link to comment
Share on other sites

Hi.

 

{$product->supplier_reference|escape:'htmlall':'UTF-8'} retrieves only the Supplier reference of the product.

 

The combination's supplier reference is not a property of the product class so you can't use it as {$product->attribute_supplier_reference}

 

Regards.

 

Robin.

 

The CartExpert Team

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...