- Posts: 4
- Thank you received: 0
Hide product code
15 years 8 months ago #5868
by pwm84
Hide product code was created by pwm84
I'd like to hide the product code and only display the product name in my store. Right now, when I create a product, it displays the product name, followed by the code. Is there any way to change this?
Thanks!
Thanks!
Please Log in or Create an account to join the conversation.
15 years 8 months ago - 14 years 3 months ago #5870
by nicolas
Replied by nicolas on topic Re: Hide product code
You can edit the file show (show_default since 1.5.6) of the view product via the menu Display>Views and remove the lines:
echo $this->element->product_code;
and:
echo $variant->product_code;
echo $this->element->product_code;
and:
echo $variant->product_code;
Last edit: 14 years 3 months ago by nicolas.
Please Log in or Create an account to join the conversation.
15 years 8 months ago #5875
by pwm84
Replied by pwm84 on topic Re: Hide product code
Works like a charm. This is the second time you've helped me, Nicolas. Thank you so much!
Please Log in or Create an account to join the conversation.
Time to create page: 0.167 seconds