Hi Nicolas,
I've a few questions, please, about the editable css and 'Display - Views' files. There are several things I need to resolve and the main ones are below.
1. All of the products sold on the site I'm building are unique - it's very rare to have more than one of each, so I need to 'hide' the Quantity fields from the cart and checkout pages. I found (by accident) how to hide the 'in stock' quantities from the list and product items, but I can't work out which files require editing in the 'Display - Views' area, and more importantly, what edits to make. I don't want to make changes that will be overwritten by the next Hika upgrade.
2. With your previous advice on using the language file, I've been able to change the Price suffix from 'each' to a prefix of 'Price: '. However, while this is fine for listings and product page, I don't want it to appear in the cart or checkout - it breaks the layout and is redundant because the column is already headed 'Price'. Is there a way to make a second definition in the language file to cover both instances, eg. CART_PRODUCT and CHECKOUT_PRODUCT? Or have I missed something already in place?
3. I'd like to change the product page to look like the screenshot below - I've got so far with it but I can't work out how to move the 'Add to cart' button from above to below the specifications table, ranged right as shown.
4. I also would like to have control over the appearance of the new registration, shopping cart and checkout pages as defined in the screen shots below, specifically column and overall width, but I'm having difficulty identifying the correct classes (for example) to edit in the front-end custom file. I use Firebug to view the structure I'm trying to adapt and will usually make the changes in Firebug so that I can see they are exactly what I want.
But I often cannot then find the class in the Hika frontend css file. It's almost as if there are other style sheets in operation - I realise that the Joomla template style sheet will also have an effect, but all of the items I'm looking for are hikashop predicated - eg. ' class="hikashop_contentpane" ' and are not present in the Joomla template. I've also tried adding them myself, but no success so far.
Many thanks for you help with this.