- Posts: 431
- Thank you received: 19
Problem with displaying fields of the vendor
10 years 5 months ago #237060
by neo191987
Problem with displaying fields of the vendor was created by neo191987
-- HikaShop version -- : 2.6.2
-- HikaMarket version -- : 1.6.7
-- Joomla version -- : 3.4.8
I decided to create a new topic for this problem. I think I found a bug. The code for fields exist but are not displayed.
This code is in vendormarket/tmpl/showcontainer_default.php
The code is:
The result should be - this is taken from your demo
But at me
Can you check this problem ?
-- HikaMarket version -- : 1.6.7
-- Joomla version -- : 3.4.8
I decided to create a new topic for this problem. I think I found a bug. The code for fields exist but are not displayed.
This code is in vendormarket/tmpl/showcontainer_default.php
The code is:
Code:
<tr class="hikamarket_vendor_custom_<?php echo $oneExtraField->field_namekey;?>_line">
<td class="key">
<span id="hikamarket_vendor_custom_name_<?php echo $oneExtraField->field_id;?>" class="hikamarket_vendor_custom_name"><?php
echo $this->fieldsClass->getFieldName($oneExtraField);
?></span>
</td>
<td>
<span id="hikamarket_vendor_custom_value_<?php echo $oneExtraField->field_id;?>" class="hikamarket_vendor_custom_value"><?php
echo $this->fieldsClass->show($oneExtraField, $this->vendor->$fieldName);
?></span>
</td>
</tr>
But at me
Can you check this problem ?
Please Log in or Create an account to join the conversation.
10 years 5 months ago - 10 years 5 months ago #237074
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Problem with displaying fields of the vendor
Hi,
Do you authorize the display of your fields in the front-end vendor page ?
Can you please provide a screenshot of one of your vendor custom field configuration ?
Regards,
Do you authorize the display of your fields in the front-end vendor page ?
Can you please provide a screenshot of one of your vendor custom field configuration ?
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Last edit: 10 years 5 months ago by Jerome. Reason: typo
Please Log in or Create an account to join the conversation.
10 years 5 months ago #237127
by neo191987
Replied by neo191987 on topic Problem with displaying fields of the vendor
Please Log in or Create an account to join the conversation.
10 years 5 months ago #237129
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Problem with displaying fields of the vendor
Hi,
No we don't need the list.
Regards,
No we don't need the list.
a screenshot of one of your vendor custom field configuration
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
10 years 5 months ago - 10 years 5 months ago #237237
by neo191987
Replied by neo191987 on topic Problem with displaying fields of the vendor
Last edit: 10 years 5 months ago by neo191987.
Please Log in or Create an account to join the conversation.
10 years 5 months ago #237242
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Problem with displaying fields of the vendor
Hi,
Thanks for the report.
It looks like the HikaShop team has break some retro-compatibility features in HikaShop 2.6.2
I'll send them a message for that and I think that they will release a patch soon.
Regards,
Thanks for the report.
It looks like the HikaShop team has break some retro-compatibility features in HikaShop 2.6.2
I'll send them a message for that and I think that they will release a patch soon.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: neo191987
Please Log in or Create an account to join the conversation.
10 years 5 months ago #237306
by nicolas
Replied by nicolas on topic Problem with displaying fields of the vendor
Hi,
We've added a patch in HikaShop. Download the install package on our website and install it on yours and you'll get the patch which will allow you again to select the display options of the custom vendor fields when you edit them.
We've added a patch in HikaShop. Download the install package on our website and install it on yours and you'll get the patch which will allow you again to select the display options of the custom vendor fields when you edit them.
The following user(s) said Thank You: neo191987
Please Log in or Create an account to join the conversation.
10 years 5 months ago - 10 years 5 months ago #237461
by neo191987
Replied by neo191987 on topic Problem with displaying fields of the vendor
Thank now everything works as it should.
Last edit: 10 years 5 months ago by neo191987.
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.241 seconds