Hide Product Item "code"
- progreccor
-
- Offline
- SEO, webdesign
Less
More
14 years 9 months ago #33455
by progreccor
Я не явлюсь официальной службой поддержки!
Я здесь добровольно!
Хочешь получить купон на скидку Hikashop? Спроси меня как!
Replied by progreccor on topic Re: Hide Product Item "code"
let's think -
here is the source code that must show product code
<span id="hikashop_product_code_main" class="hikashop_product_code_main">
<?php
echo $this->element->product_code;
?>
</span>
you can see the span with id="hikashop_product_code_main"
and here is what I see on your page:
<h1 style="visibility: visible;" id=""><span>
Fold/Tent</span> Card
752585_17
</h1>
so I think that some of plugins or template by itself change this lines...
try to temporary switch to another template in Joomla (like beez) and see what will be changed
here is the source code that must show product code
<span id="hikashop_product_code_main" class="hikashop_product_code_main">
<?php
echo $this->element->product_code;
?>
</span>
you can see the span with id="hikashop_product_code_main"
and here is what I see on your page:
<h1 style="visibility: visible;" id=""><span>
Fold/Tent</span> Card
752585_17
</h1>
so I think that some of plugins or template by itself change this lines...
try to temporary switch to another template in Joomla (like beez) and see what will be changed
Я не явлюсь официальной службой поддержки!
Я здесь добровольно!
Хочешь получить купон на скидку Hikashop? Спроси меня как!
Please Log in or Create an account to join the conversation.
14 years 9 months ago #33457
by bal3nsd
Replied by bal3nsd on topic Re: Hide Product Item "code"
I do not have another template to switch to. Custom template was created for this.
Please Log in or Create an account to join the conversation.
- progreccor
-
- Offline
- SEO, webdesign
14 years 9 months ago #33460
by progreccor
Я не явлюсь официальной службой поддержки!
Я здесь добровольно!
Хочешь получить купон на скидку Hikashop? Спроси меня как!
Replied by progreccor on topic Re: Hide Product Item "code"
When you installed Joomla there are two templates that have been installed too.
One of them is beez. Try to switch to it and you will see the result.
The problem not in hikashop - problem is your template.
But can simply remove problem by commenting line like this in views:
<span id="hikashop_product_code_main" class="hikashop_product_code_main">
<?php
//echo $this->element->product_code;
?>
</span>
this will solve your problem
One of them is beez. Try to switch to it and you will see the result.
The problem not in hikashop - problem is your template.
But can simply remove problem by commenting line like this in views:
<span id="hikashop_product_code_main" class="hikashop_product_code_main">
<?php
//echo $this->element->product_code;
?>
</span>
this will solve your problem
Я не явлюсь официальной службой поддержки!
Я здесь добровольно!
Хочешь получить купон на скидку Hikashop? Спроси меня как!
Please Log in or Create an account to join the conversation.
14 years 9 months ago #33465
by bal3nsd
Replied by bal3nsd on topic Re: Hide Product Item "code"
I understand the usual install process, but this particular install does not.
This worked! Thanks for all your help! Not sure if you work with hikashop, but you are definitely a welcomed addition to this forum. Thanks again!
JK
This worked! Thanks for all your help! Not sure if you work with hikashop, but you are definitely a welcomed addition to this forum. Thanks again!
JK
Please Log in or Create an account to join the conversation.
14 years 9 months ago #33466
by bal3nsd
Replied by bal3nsd on topic Re: Hide Product Item "code"
I understand the usual install process, but this particular install does not.
This worked! Thanks for all your help! Not sure if you work with hikashop, but you are definitely a welcomed addition to this forum. Thanks again!
JK
This worked! Thanks for all your help! Not sure if you work with hikashop, but you are definitely a welcomed addition to this forum. Thanks again!
JK
Please Log in or Create an account to join the conversation.
Time to create page: 0.192 seconds