Category Listing doesn't show menu, cart...

  • Posts: 8
  • Thank you received: 0
11 years 2 months ago #156691

-- www.jeresantiques.com
-- HikaShop version -- : HikaShop [1405141023]
-- Joomla version -- : Joomla! 3.2.4 Stable [ Ember ] 30-April-2014 14:00 GMT
-- PHP version -- : 5.3.3
-- Browser(s) name and version -- : Chrome/IE/...

Hello,
I have been working to customize hikashop and seem to have missed something. I have created a menu item for each of my main category listings. I have also created a category module for each of my main categories that I use to display the sub-category menu items in an article I created to describe each of the categories and provide a path to view the products in each of the categories.

Those are working fine but when I go into the product listing for any of my categories it is not displaying any menu, shopping cart or any left column at all. Where is this configured and if possible I would like to have the menu be for all peer categories for the category being viewed.

Also, what do I need to edit to change the formatting of the title for the category/product listing? Currently it is just in the standard font but I would like to make it an H1 or bold.

And finally, I have been able to modify the product listing, but have not been able to find where I can modify the layout of the entire hikashop so I can customize the entire layout to match what is needed for the site. One such change is I want to customize the footer for all product listings.

Thank you
David

Last edit: 11 years 2 months ago by dmz006.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 2 months ago #156773

Hello David,

Those are working fine but when I go into the product listing for any of my categories it is not displaying any menu, shopping cart or any left column at all. Where is this configured and if possible I would like to have the menu be for all peer categories for the category being viewed.


Note that you'll be able to control the display of your modules regarding the menu where you are by using the "Module assignment" option through your Joomla modules configuration page.

Also, what do I need to edit to change the formatting of the title for the category/product listing? Currently it is just in the standard font but I would like to make it an H1 or bold.


Using some CSS code will probably do the job : www.hikashop.com/support/documentation/1...ize-the-display.html

And finally, I have been able to modify the product listing, but have not been able to find where I can modify the layout of the entire hikashop so I can customize the entire layout to match what is needed for the site. One such change is I want to customize the footer for all product listings.

A solution can be to directly do it by editing the files of the product view of your front-end template through "Hikashop->Display->Views".

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

  • Posts: 8
  • Thank you received: 0
11 years 2 months ago #157123

Thank you for the info; I was able to get everything and only have 1 last CSS question. I am trying to get the product price to align on the left, not center. I see the code has:
<!-- PRODUCT PRICE -->
<span class="hikashop_product_price_full">
<span class="hikashop_product_price hikashop_product_price_0">$1,712.00</span> <span class="hikashop_product_price_per_unit"> each</span></span>
<!-- EO PRODUCT PRICE -->

And the style in firebug lists as:
div.hikashop_subcontainer, #hikashop_category_information_module_111 div.hikashop_subcontainer span {
text-align: center;
}

I can edit it there and it displays fine; however when following the directions here:
www.hikashop.com/support/documentation/1...ize-the-display.html

I edit the CSS (which i have done for other elements) but nothing I am entering is changing the style for the price.

I have tried:
.hikashop_product_price_full{text-align:left}

.hikashop_product_price{text-align:left}

and

div.hikashop_subcontainer span {
text-align: left;
}

But nothing I change changes the final display. I know I'm close but am just missing something :)

Thanks in advance!
David

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #157315

Hi,

Thanks to try with an "!important" to force the css property like:

text-align: left !important;

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

Time to create page: 0.067 seconds
Powered by Kunena Forum