Mohamed Thelji wrote: Hello,
I think that you'll probably find some answer through this
thread
:
It's probably because you added the jdoc include tag in a place of your template which is not displayed when not in a specific menu of your website.
Try to set the option "force a menu on checkout" in the checkout tab of the configuration and that might help.
Hope this will help you a little.
Hi Mohamed,
Thank you for your help today. I am not very good with joomla php - my skills are more HTML CSS, but you have set me on the right path to figuring out my problem.
HikaSHop works fine in Joomla default template, Beez3, so I had a look at the index.php for Beez3 for the jdoc thing and have now added <jdoc:include type="message" /> to my template. It is originally only included inside an echo command:
echo artxPost(array('content' => '<jdoc:include type="message" />', 'classes' => ' wm-messages'));
echo '<jdoc:include type="component" />';
so I think that was what stopped it working properly with HikaShop. Not sure if I have put the <jdoc:include type="message" /> in the right place but the registration is working now so I am very happy!