How can I change the table color of the checkout?

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #23226

Hello,

How can I change the table color of the checkout?

Many thanks in advance!

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23231

Hi,

The CSS to use depends on your template. Please give a like to your shop so that we can help you.

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

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #23235

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23250

Your website is not working.

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

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #23457

Hi,

it should be working now. I haven't had any problems accessing it.

www.bikepad.de

Are you using google Chrome?

Regards,

Stephan

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

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #23459

... and I've got another queestion. If you look at the producs in the shop you can see that the frames around the items are way too large, is there any way to align them tighter to the product picture?

Best regards,

Stephan

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23460

Your website is still not accessible. In tried on Chrome and Firefox, but it doesn't come from my browser.

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

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #23462

hm, sometimes it takes a bit but its really strange that it does not open at all.

what happens when you open the google link?

www.google.de/search?q=bikepad&ie=utf-8&oe=utf-8&aq

Its the 2nd search result.

Regards

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23464

Each person will have different search results on google depending on his settings, browser, search history, etc.
The second link on my google search page is: www.bikepad.com.mx/
And that website is working properly.

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

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #23465

ok, if you are patient with me please try the follwoing term: "bikepad ist die ideale Halterung für Smartphones". www.bikepad.de or .eu must be under the first results. Thanks

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23472

The link "Das bikepad ist die ideale Halterung für Smartphones, Handys und Navigationsgeräte. Es zeichnet sich durch eine einfache und sichere Montage aus und bietet eine komfortable Bedienung des aufliegenden Geräts. Es ist geeignet für." is not working either.

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

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #23475

hm, well then I dont know what to do. its really strange because it works on my side and google analytics reports traffic from luxembourg, belgium and germany but not france. I also tested google.fr with the search text and it worked for me.
Anyway Iam using the joomspirit pure white theme for my site.
Its also strange since a couple of weeks ago you were able to access the site.
If you know another option let me know, otherwise I give up on this...
But thanks a lot for trying!!

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23486

Maybe your hosting company is blocking French IP addresses for some reason ? You might want to ask them about that problem.

If I can't access your website to look at the CSS, I can't help you.

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

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #23714

Hello Nicolas,

I upgraded to the essential version today but the table color is still something I would like to change.

I contacted my hosting provider regarding the access problem you had last time. They could not say why you were not able to access the site. Perhaps you could try it again. It's www.bikepad.de .

Another issue is that pop-ups are not shown as they should be in the shop. Instead the page extends to the very bottom of the page and the content is displayed outside the visible area. Probably the issues cause is not with hikashop, but maybe you have a solution to it since it effects the costumers shopping experience.

Many thanks and best regards,

Stephan

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23724

Hi,

I was now able to access the website. The tables border color is defined in your template CSS file www.bikepad.de/templates/pure_white/css/main.css :
#main_component th, #main_component tr, #main_component td {
border: 1px solid #CCC;
}

So you need to change the color there.

For the popup, it must also come from your template CSS which defines the width in had in the CSS:
element.style {
width: 970px;
}

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

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #23726

Hi Nicolas,

thanks for your help. I figured out how to tackle the border issue.

Could you tell me where I need to place the code regarding the popup? I was looking for for it in the same file as with the border thing.

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23743

It seems that you removed the CSS file of your template, so the popups don't work on your website. I can't see them.

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

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #23766

Ok, I reinstalled the template but it's still not workting.

Anyway, I changed the registration process to no registration necessary but when I enter the adress and change the country (btw, how to make Germany the default country?) the shipping methods below do not change. I think this confuses customers before they would hit the Register button.

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23775

You should not reinstall your template, but edit its CSS file as I told you, in order to fix the problem.

If you want another checkout workflow, you can change it in the Checkout tab of the config.
For the default country of the address fiel, you should edit the corresponding field in the Display->Custom fields menu.

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

  • Posts: 18
  • Thank you received: 0
13 years 3 months ago #23778

Thanks, I could etit the display fields.

Regarding the CSS file I have no clue where to add the code. I did copy it here:


/*****************************************

SITE

******************************************/

html {
text-align:center;
background-color: #fff;
}

body {
margin:0;
text-align:center;
}

element.style {
width: 970px;
}

/*
* TOP SITE
*/

#wrapper {


...but it did not change anything. Any suggestions where else I should try this?

Last edit: 13 years 3 months ago by gulli.

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

Time to create page: 0.095 seconds
Powered by Kunena Forum