Product page modules and display

  • Posts: 13
  • Thank you received: 0
10 years 6 months ago #181107

-- url of the page with the problem -- : www.vinhoscortem.com/cortemvi/index.php/...-blanc-viognier-2011
-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.6.6

Hi
I'm having some trouble understanding why it is impossible to display a module on the right side of the product page. I currently have the item and the display is decidedly bare so I wanted to place any modules on the right side but it seems I can only add Hika Shop modules and I can only get this to display at the bottom ... in an even worse display.
Please can you give any indication of how I can manage this without having to pay €50 for the pro display option which really isn't worth it for this small shop.

Secondly how do I get rid of the 'give your advice about this product' section.

Thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 846
  • Thank you received: 92
10 years 6 months ago #181117

Hi
Strange : if you don't use third extension ; module location is manage by joomla ( manager module) and your templates ( index.php <jdoc style="name"> ) , not hikashop .
in which joomla html tag selector ( style name) ll be locate the module ?
Do you select to right position name ?
Does the position name is define in <doc inside you index.php file
Does the position name is define in xml file
Does the html code of the module is here in the code source of the html page but not rendering ?

2) what do you mean by " without having to pay €50 for the pro display option" ? .
It is the name of an HKS extension ?

3) need a backend access to study the index.php and manager menu / manager module and the specification of your website / layout template

website study ( general)
JOOMLA .........................3x.
jOOMLA FRAMEWORK... XTC
CSS FRAMEWORK.......... Bootstrap
TEMPLATE .........................expreesso
LAYOUT seem float and clearfix layout with toggle menu
sometime have access to template documentation can help but i don't find documentation on the xtcweb site ( very BAD !!) . you use overlay ( css z-index ) for logo and men ( aieh !!)
see brl.com.au/index.php/component/content/a...d/91-framework-guide
regard's

Last edit: 10 years 6 months ago by lionel75.
The following user(s) said Thank You: dillydally

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 6 months ago #181126

Hi,

The product pages are using the same menu item id than the listings, that's why we can't have modules only on product pages with the Joomla settings.
So using an extension like "Advanced module manager" is the solution.

If you don't want to pay for that, you can edit the module code and add some check to display the module only if the page is a hikashop product page. Thanks to a check like:

if(JRequest::getVar('task','listing') != 'show')
    return;

The following user(s) said Thank You: dillydally, oxido

Please Log in or Create an account to join the conversation.

Time to create page: 0.078 seconds
Powered by Kunena Forum