- Posts: 7
- Thank you received: 0
Now my "next" button in the checkout disapeared
- rastabl0ke
-
Topic Author
- Offline
Less
More
15 years 5 months ago #15026
by rastabl0ke
Now my "next" button in the checkout disapeared was created by rastabl0ke
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!
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.
15 years 5 months ago #15037
by nicolas
Replied by nicolas on topic Re: Now my "next" button in the checkout disapeared
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.
- rastabl0ke
-
Topic Author
- Offline
Less
More
- Posts: 7
- Thank you received: 0
15 years 5 months ago - 15 years 4 months ago #15043
by rastabl0ke
Replied by rastabl0ke on topic Re: Now my "next" button in the checkout disapeared
Select "products" at the top : )
Thank you
Thank you
Last edit: 15 years 4 months ago by rastabl0ke.
Please Log in or Create an account to join the conversation.
15 years 4 months ago #15049
by nicolas
Replied by nicolas on topic Re: Now my "next" button in the checkout disapeared
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...
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.
- rastabl0ke
-
Topic Author
- Offline
Less
More
- Posts: 7
- Thank you received: 0
15 years 4 months ago #15050
by rastabl0ke
Replied by rastabl0ke on topic Re: Now my "next" button in the checkout disapeared
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?
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.
15 years 4 months ago #15062
by nicolas
Replied by nicolas on topic Re: Now my "next" button in the checkout disapeared
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...
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.
- rastabl0ke
-
Topic Author
- Offline
Less
More
- Posts: 7
- Thank you received: 0
15 years 4 months ago #15648
by rastabl0ke
Replied by rastabl0ke on topic Re: Now my "next" button in the checkout disapeared
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?
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.
15 years 4 months ago #15652
by nicolas
Replied by nicolas on topic Re: Now my "next" button in the checkout disapeared
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...
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.
- rastabl0ke
-
Topic Author
- Offline
Less
More
- Posts: 7
- Thank you received: 0
15 years 4 months ago - 15 years 4 months ago #15656
by rastabl0ke
Replied by rastabl0ke on topic Re: Now my "next" button in the checkout disapeared
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
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: 15 years 4 months ago by rastabl0ke.
Please Log in or Create an account to join the conversation.
15 years 4 months ago #15659
by nicolas
Replied by nicolas on topic Re: Now my "next" button in the checkout disapeared
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.
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.308 seconds