- Posts: 490
- Thank you received: 2
state format issue
-- HikaMarket version -- : 1.7.0
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.5
-- Error-message(debug-mod must be tuned on) -- : none
hi
for the vendors listing, the state is displayed with Id and other details.
this is what i see state_Sumatera_Utara_1773.
how do we remove the unnecessary details thanks?
Please Log in or Create an account to join the conversation.
I'm sorry but I am not able to understand what you're talking about.
Please provide more details and a screenshot.
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.
Please Log in or Create an account to join the conversation.
Can you please add the line
It will process the "zone" custom field to let them have the human readable content.
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.
can you tell me where exactly to add it?
thanks again
Please Log in or Create an account to join the conversation.
Please do not paste view content in the forum.
You can be sure that, as the developer of HikaMarket I already have all the view content.
Like I wrote
And at the end of that specific function in that specific file, you will find the line :at the end of the function listing of the file "components/com_hikamarket/views/vendormarket/view.html.php".
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.
anyway i dont have that information. tha last one on my file located at
../public_html/components/com_hikamarket/views/vendormarket/view.html.php
is this one
Please Log in or Create an account to join the conversation.
Yes, it's the right place.
I have to guess that the line I gave you is a new line added for the next release. My bad.
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.
i did not work.
i already added the code but nothing has changed, the state is still not displayed correctly.
thanks
Please Log in or Create an account to join the conversation.
Please use instead
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.
but what do you mean by patches?
Please Log in or Create an account to join the conversation.
I mean that you're using HikaMarket 1.7.2 and in my local website I have never version of HikaMarket (which do not have a release number yet).
But you can be sure that the improvement will be include in the next release.
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.
it only works for the vendor page
on my product listing page which is show_tabular.php the result is still unformated.
the code i used to display the zone is
thanks
Please Log in or Create an account to join the conversation.
Yes the patch I gave you is just for the vendor page.
If you want to display vendor details in the product page, it will require some extra code if you want to format and display correctly the fields.
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.
thanks you jerome
Please Log in or Create an account to join the conversation.
There is need of the "handleZoneListing", the " /* ... */ " I placed was mostly to indicate that the last line could be paste further.
But I posted all the needed code in my message.
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.