- Posts: 28
- Thank you received: 2
Couple of things on update
14 years 6 days ago #66575
by bendraper
Couple of things on update was created by bendraper
Good morning,
I've had a couple of very minor issues since the update to 1.6
1. One completion of a paypal payment the "Thank you for your payment" actually reads
" Thank you for your purchase.
NO_CURRENCY_FOUND_GOOGLE_ANALYTICS
Thank you for your purchase.
"
On all of the category and product views ( www.lilybshop.co.uk/shop/category/31-bracelets for an example)
2. The carosel has gained it's self an additional black box which I don't see to be able to get rid of
3. The pagination box is just a little bit too low on the page and I can't figure out what I need to change to move it up
(in fairness the 3rd point has always been an issue but it's not caused me enough concern to ask about it separately!)
Kind regards
Ben
I've had a couple of very minor issues since the update to 1.6
1. One completion of a paypal payment the "Thank you for your payment" actually reads
" Thank you for your purchase.
NO_CURRENCY_FOUND_GOOGLE_ANALYTICS
Thank you for your purchase.
"
On all of the category and product views ( www.lilybshop.co.uk/shop/category/31-bracelets for an example)
2. The carosel has gained it's self an additional black box which I don't see to be able to get rid of
3. The pagination box is just a little bit too low on the page and I can't figure out what I need to change to move it up
(in fairness the 3rd point has always been an issue but it's not caused me enough concern to ask about it separately!)
Kind regards
Ben
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
14 years 6 days ago #66589
by Mohamed Thelji
Replied by Mohamed Thelji on topic Re: Couple of things on update
Hi Ben,
1. I think that you'll just have to update you translation file or add the translation of the word "NO_CURRENCY_FOUND_GOOGLE_ANALYTICS" through "Hikashop->System->Configuration->Language".
1. I think that you'll just have to update you translation file or add the translation of the word "NO_CURRENCY_FOUND_GOOGLE_ANALYTICS" through "Hikashop->System->Configuration->Language".
Please Log in or Create an account to join the conversation.
14 years 6 days ago #66697
by nicolas
Replied by nicolas on topic Re: Couple of things on update
1. That's be cause you have the hikashop google analytics plugin turned on but you didn't configure it.
Just unpulish it and you won't get that error.
2. That black box comes from your custom CSS:
.rps {
background-color: white;
border: 2px solid;
border-radius: 0px;
text-indent: 20px;
padding-top: 5px;
position: relative;
bottom: 5px;
}
Your CSS should actually be:
.art-nostyle {
background-color: white;
border: 2px solid;
border-radius: 0px;
text-indent: 20px;
padding-top: 5px;
position: relative;
bottom: 5px;
}
3. You can reduce the margin and padding bottom of that CSS:
.hikashop_products_pagination, .hikashop_subcategories_pagination {
color: #167E93;
font-size: 11px;
text-align: center;
margin-top: 25px;
clear: both;
padding-top: 20px;
}
in the front end CSS file of HikaShop.
Just unpulish it and you won't get that error.
2. That black box comes from your custom CSS:
.rps {
background-color: white;
border: 2px solid;
border-radius: 0px;
text-indent: 20px;
padding-top: 5px;
position: relative;
bottom: 5px;
}
Your CSS should actually be:
.art-nostyle {
background-color: white;
border: 2px solid;
border-radius: 0px;
text-indent: 20px;
padding-top: 5px;
position: relative;
bottom: 5px;
}
3. You can reduce the margin and padding bottom of that CSS:
.hikashop_products_pagination, .hikashop_subcategories_pagination {
color: #167E93;
font-size: 11px;
text-align: center;
margin-top: 25px;
clear: both;
padding-top: 20px;
}
in the front end CSS file of HikaShop.
The following user(s) said Thank You: bendraper
Please Log in or Create an account to join the conversation.
14 years 4 days ago #66763
by bendraper
Replied by bendraper on topic Re: Couple of things on update
Thanks for the help
1. it turned out that I had configured the plugin but I'd used GBR not GBP as the currency!
2. For some reason changing this to nostyle and then back to rps has fixed it - not perfect but it'll be fine
3. sorted thank you - I just thought that it might be in one of the tempates in the view menu, but I've made the changes now
Thanks for the support, Hikashop is great
1. it turned out that I had configured the plugin but I'd used GBR not GBP as the currency!
2. For some reason changing this to nostyle and then back to rps has fixed it - not perfect but it'll be fine
3. sorted thank you - I just thought that it might be in one of the tempates in the view menu, but I've made the changes now
Thanks for the support, Hikashop is great
The following user(s) said Thank You: nicolas
Please Log in or Create an account to join the conversation.
Time to create page: 0.159 seconds