Hi,
There is no option to move these in a module.
There are several ways I see you could potentially do that:
- you could maybe just use CSS to move the area on the right side without having to move it in a module position.
- you could use something like that
extensions.joomla.org/extension/components-anywhere/
to actually move the whole product page form in an HTML module and with CSS, hide it from the main area and hide the image from the module area to get the result in your screenshot. Now, besides CSS, you could do that cleaner with some view overrides. We have some documentation on view overrides here:
www.hikashop.com/support/documentation/1...-display.html#layout
- You could hide the add to cart area from the main area of the page with CSS, and use the content tag plugin of HikaShop to add the add to cart area to a HTML module:
www.hikashop.com/support/documentation/1...-product-insert.html
Note that in the last two cases, you will want to have one module per product and thus you'll have to restrict the display of the modules per product. To do that, you could use the Advanced Modules Manager:
www.regularlabs.com/extensions/advancedmodulemanager