Now my "next" button in the checkout disapeared

  • Posts: 7
  • Thank you received: 0
12 years 11 months ago #15026

So far, I'm happy with the cart aside from these little glitches that I'm having. The 1.6 template is from template monster.

The two issues are this, the template background image does not incorporate the Hikashop.. and during checkout, the "next" button seems to disappear after email activation link is clicked.

Any help would be great : )

Thanks!

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
12 years 11 months ago #15037

Could you give a link to your website so that we can see the problems, or at least do some screenshots ?

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

  • Posts: 7
  • Thank you received: 0
12 years 11 months ago #15043

Select "products" at the top : )

Thank you

Last edit: 12 years 11 months ago by rastabl0ke.

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
12 years 11 months ago #15049

I see the next button after I click on the activation link. However, the button is not clickable because of the z-index -1 you set on it.
I also see the background of your template on the product page. Which browser (and which version) are you using ? It might be related to that...

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

  • Posts: 7
  • Thank you received: 0
12 years 11 months ago #15050

Ah, how embarrassing, I thought I had removed that z-index setting.

As for the white background, it doesn't seem to appear in any browser that I have tried. It is like the template does not recognize the shopping cart div as part of the body.. any ideas?

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
12 years 11 months ago #15062

The problem is your template.
In the file www.jackpinejoes.com/preview/templates/t...650/css/personal.css the white background is generated by:
body.all .item-page, .login, .profile {
padding: 20px;
overflow: hidden;
background: white;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
position: relative;
}

So that displays only for an article, the login form and the profile page.
Other pages of your website won't have it.
You would have to add the class .hikashop_product_page so that it displays as well for the product page...

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

  • Posts: 7
  • Thank you received: 0
12 years 11 months ago #15648

Thank you for that response, it did the trick : )

Unfortunately, I am having that same problem on the entire checkout page. What are the other classes that I will need to add so that all of the Hikashop pages show up?

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
12 years 11 months ago #15652

Here are the classes:
hikashop_checkout_page for the checkout
hikashop_category_information for the products and categories listing
hikashop_order_listing for the order listing
There is no class for the order details page, you would have to edit the code of the view...

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

  • Posts: 7
  • Thank you received: 0
12 years 11 months ago #15656

Thank you again for the reply.

I presume you mean editing the files within: components>com-hikashop>views>checkout

I'm not sure exactly what to do from here.. is there any documentation on this? I'm a bit stuck. Here is the site

Thank you so much for your help on this :)

Last edit: 12 years 11 months ago by rastabl0ke.

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
12 years 11 months ago #15659

For the checkout, you don't have to edit any view.
Just like for the product page, you need to add the class mentioned about to the same CSS of your template. That's all.

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

Time to create page: 0.074 seconds
Powered by Kunena Forum