Problem showing tax and color

  • Posts: 11
  • Thank you received: 0
9 years 5 months ago #203433

-- url of the page with the problem -- : www.nail1.it
-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.4.28
-- Browser(s) name and version -- : Firefox 38

Hi, i've starter edition of hickashop.
I've two problem: in tax i've settings the iva 22% and it is show on cart but i'vent the tax name, the field it's empty. photo1

Second: if you go in this page on the bottom you can view that when pass over a filed it appear white and disappear some text. How i can do to remove the blank and using trasparent color on hover?Photo2

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
9 years 5 months ago #203449

Hi,

1. Please give us a screenshot of your tax settings under the menu System > Taxes and Configuration > Main > Tax in order to have more details about this issue.

2. It is only css properties to edit, in this case you have to edit the propery:

.hikashop_checkout_cart table .row0:hover, .hikashop_checkout_cart table .row1:hover {
    background-color: #F8F8F8;
}
in the frontend_css file in Configuration > Display > CSS.

www.hikashop.com/support/support/documen...ize-the-display.html

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

  • Posts: 20
  • Thank you received: 1
9 years 5 months ago #203532

1) i've attached the screenshot

2) It work, but if i want to remove in the ship table and payment table what i've to modify?

Thaks

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
9 years 5 months ago #203549

Hello,
1.
Your issue is coming from the fact that you didn't set any Name for the Taxe rate.

2.

if i want to remove in the ship table and payment table what i've to modify?

Can you give me more information about it through some screenshots for example ?

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

  • Posts: 20
  • Thank you received: 1
9 years 5 months ago #203614

1) Where i can set the name of tax?

2) I've attached two screenshot with white hover color in payment and shipping methods on checkout cart. How i can remove it?

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
9 years 5 months ago #203617

Hi,

1. You have to go to System > Taxes, then click on the button "Tax rates" in the toolbar, create a new tax rate replacing the older one and set a name there.

2.

#hikashop_payment_methods .row0:hover, #hikashop_payment_methods .row1:hover {
    background-color: #F8F8F8;
}
#hikashop_shipping_methods .row0:hover, #hikashop_shipping_methods .row1:hover {
    background-color: #F8F8F8;
}

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

Time to create page: 0.094 seconds
Powered by Kunena Forum