VM child products not showing

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
Thu May 01, 2014 5:33 pm
Reply with quote
Report this post
Hi, whenever I apply Instyle, Storebox or Shop and Buy templates I cant see the drop down box for Virtuemart child products, These show perfectly in Beez, do I need to configure anything to get this working?

Please see example attached of page working in Beez

the live URL is:
http://cbest.co.uk/newsite/

an example of a product with children here:
http://cbest.co.uk/newsite/index.php/co ... l?Itemid=0

Thanks,
Wayne

Screen Shot 2014-05-01 at 17.16.51.png
User avatar
Fresh Boarder

teitbite
Thu May 01, 2014 7:25 pm
Reply with quote
Report this post
Hi

Please try the solution proposed in this thread: https://www.gavick.com/forums/mystore/i ... ed#p108104
User avatar
Moderator

GK User
Fri May 02, 2014 2:52 pm
Reply with quote
Report this post
Sorry I am going to need some clarification on this, the code in the link doesn't match up against the same file in InStyle template, can you let me know exactly what I have to replace?

Thanks again
User avatar
Fresh Boarder

teitbite
Mon May 05, 2014 8:49 pm
Reply with quote
Report this post
Hi

I will need an access to Your ftp than. Please send it to me via forum PM.
User avatar
Moderator

teitbite
Wed May 07, 2014 12:22 pm
Reply with quote
Report this post
Hi

Looks like all it needs is to set shop to not use a catalogue. A custom field appeared when I removed a condition to check this option. In /html/com_virtuemart/productdetails/default.php line 305:

Code: Select all
                     if (!VmConfig::get('use_as_catalog', 0)  ) { ?>


to

Code: Select all
                     if (1) { ?>
User avatar
Moderator

GK User
Wed May 07, 2014 12:46 pm
Reply with quote
Report this post
Thanks Teitbite, that is working perfectly now.
User avatar
Fresh Boarder

teitbite
Thu May 08, 2014 7:55 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help.
User avatar
Moderator


cron