CUSTOM FIELDS DONT SHOW IN PRODUCT PAGE

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 23, 2014 7:08 pm
Reply with quote
Report this post
I posted this issue some days ago, maybe weeks..

I found the issue:

If the price of product is setting to 0, the custom fields dont show else they show;

I hope to give you a right guideline to solve the issue, to solve it!!!

I sent to bkrztuk some messages without response!!!! Help me please!

Thanks in advance

Frankie
User avatar
Fresh Boarder

teitbite
Wed Sep 24, 2014 10:37 am
Reply with quote
Report this post
Hi

You were unlucky, because bkrztuk is not working with us anymore and looks like He misses Your question while passing it to other moderators. Sorry for that.

Do You mean custom fields on VM product page, or other solution. Can I please see the site with an example product ?

Please send me an access to ftp, so I'll make some tests.
User avatar
Moderator

GK User
Wed Sep 24, 2014 4:53 pm
Reply with quote
Report this post
I sent you a private mess with acces data and examples about the issue. thanks ;)

Frankie
User avatar
Fresh Boarder

teitbite
Thu Sep 25, 2014 8:48 am
Reply with quote
Report this post
Hi

I'm afraid that this particular issue is not connected with template. I've made some tests and disabled any VM code being overwritten from our template and problem is still there. Also the code is prepared to just display the price. Which means the issue is hidden deeper in VM component files or simply a missconfiguration. Please show this to VM developers. I'm not an expert in VM, so they will be a better help here.
User avatar
Moderator

GK User
Thu Sep 25, 2014 9:25 am
Reply with quote
Report this post
teitbite wrote:Hi

I'm afraid that this particular issue is not connected with template. I've made some tests and disabled any VM code being overwritten from our template and problem is still there. Also the code is prepared to just display the price. Which means the issue is hidden deeper in VM component files or simply a missconfiguration. Please show this to VM developers. I'm not an expert in VM, so they will be a better help here.


Hi Teitbite, sorry but i think the issue dependig from gavick template.

Setting "Beez2" like frontend template, the custom field show. ( can you see it in attachment)

So, i dont believe the issue is about VM component. :dry:

Frankie
User avatar
Fresh Boarder

teitbite
Fri Sep 26, 2014 7:02 pm
Reply with quote
Report this post
Hi

That's interesting, because I've done the same test but by renaming our template to "_gk_storebox_25", so default files were used.

ANyway, I've added this code to force displaying customfields no matter what. please check:

Code: Select all
            if (!empty($this->product->customfieldsSorted['ontop'])) {
               $this->position='ontop';
               echo $this->loadTemplate('customfields');
            } // Product Custom ontop end
User avatar
Moderator


cron