Layout questions

  • Posts: 33
  • Thank you received: 0
13 years 2 months ago #25548

Hi,

we are just setting up a new webshop (hikashop business) and have encountered several questions:

1) we are listing the products with a content menu set to table view. We want no borders and a different cell spacing/padding, in which .css file is that defined? Or if they are using a general setting, how can I make a different setting for product tables?

2) we created a carousel for a product listing which we have placed in the left menu, which works fine and we like it a lot so far. The only problem is, somehow the content module (broken, without moving) is shown directly under a product (see image attached). Any ideas?

3) where can we edit/insert additional text during the checkout process? For example we have inserted the confirmation step for your order and it would be nice to have text above the order summary like:" This is the summary of your order, if you click on next the order is created and you have to pay for it..." or have the sentence below.

www.das-portal.at the website is in construction so it is set to maintenance mode, if you need an account to look into things, contact me.

Thank you in advance

Attachments:

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
13 years 2 months ago #25551

Hi,

1. Each menu and module has an option to activate/deactivate the border. You can find it in the hikashop options of your menu/module that you can easily access via the menu Display->Content menus/modules when you're in HikaShop.

2. It's probably because you added it in the "modules under the product page" option of the config of HikaShop but I can't be sure without looking at the HTML of that page.

3. You can do that by editing the file "confirm" of the view "checkout" via the menu Display->Views.

You website is in maintenance and thus not accessible so we couldn't look at it.

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

  • Posts: 33
  • Thank you received: 0
13 years 2 months ago #25552

Hi,

thank you for the fast answer.

Somehow my display/content menu misses the border option, see attached image.

In hikashop/Configuration/display I did not set any module on yes

I will try to edit that php file, thank you.

Attachments:

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
13 years 2 months ago #25554

You're not looking at the good options. That's the options of a menu with a listing of products with the table layout while you want to look at the options of a module with a listing of products with the div layout and the carousel activated.

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

  • Posts: 33
  • Thank you received: 0
13 years 2 months ago #25558

hi,

sorry I wasn´t precise in my first posting, so we talked nicely of two different things. :)

I have a Menu, Menu Item Type: Product Listing and the hikashop content menu which I use there is set to table. The table (quite logically) has a border. We dont want that border to show.

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
13 years 2 months ago #25566

The border of HTML table elements is usually handled by the CSS of your template. Thus, you should add some CSS for that.
For a general change for all the tables on your front end you can do like that:
table tr td { border:0 !important;}

If you only want that for products listings, you can add the CSS:
table.hikashop_products_table tr td { border:0 !important;}

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

  • Posts: 33
  • Thank you received: 0
13 years 1 month ago #26231

Thank you for your help, I could solve the issues now.

I also found the reason why the carousel was shown (not working, just static) under each product.

It was selected in the "General Display Options" as Module under the product page. BUT, I never touched that select button (at least as far as I can remember, but I am pretty sure) and second the module was not shown under the Button as selected like everywhere else in Hikashop. Normally if you select a Module somewhere, then under the select button you see the name of that module. Was not the case there and the reason I found it with luck, because I thought all the time that nothing is selected there...

Attachments:

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
13 years 1 month ago #26257

Indeed, the selected modules are not displayed there. We'll look at adding that.

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

Time to create page: 0.052 seconds
Powered by Kunena Forum