wishlist button on the product page not aligned

  • Posts: 96
  • Thank you received: 1
  • Hikaauction Standard
7 years 3 months ago #258277

-- url of the page with the problem -- : www.netweb3d.o2switch.net/mauritiusprodu...-cheri-the-bergamote
-- HikaShop version -- : 2.6.4

Hi,

I have an issue with the wishlist button on the product page, that is not well aligned with add to cart button.

I had a solution with CSS, but it affects also the product listing in bad way.

Do you have an idea about that, please ?

Thank's.

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

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
7 years 3 months ago #258287

Hi,

Using CSS for that is a good solution yes.
If it affects the products listing, then just prefix your CSS to have:
.hikashop_product_page .YOUR_CLASS{ /* your CSS */ }
instead of:
.YOUR_CLASS{ /* your CSS */ }
and it will apply only to the product page.

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

  • Posts: 96
  • Thank you received: 1
  • Hikaauction Standard
7 years 3 months ago #258292

Hi,

I have combined modifications in view product/quantity and in CSS : it works fine ! Thank's.

I have a similar issue in wishlist page between Add to cart and Compare buttons : I added a cart icon on Add to cart button, and I wish add compare icon on Compare button, like I did on products listing page.
But I don't see a specific class for Compare button. I see only the "hikashop_cart_button" class for both.
I thought add a specific class for it, but I didn't find where to do that.

Here is the link of the whislist page : www.netweb3d.com/mauritiusproducts/fr/ca...9/cart_type-wishlist

Can you help me, please ?

Best regards.

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

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
7 years 3 months ago #258294

Hi,

You'll have to edit the file "showcart" via the menu Display>Views in order to add a div with a class you want around each button so that you can style them separately.

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

  • Posts: 96
  • Thank you received: 1
  • Hikaauction Standard
7 years 3 months ago #258468

Hi,

I need a little bit more help because I added classs in Showcart file with some CSS, and I get this on the compare button :

www.netweb3d.com/mauritiusproducts/fr/ca...9/cart_type-wishlist

I don't know why.

Another issue is when I click on Compare button for a product in the listing, I have an error "404 Page not found : compareArray".

Can you see what is wrong in this two things, please ?

Thank's.

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

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
7 years 3 months ago #258472

Hi,

1. You have the CSS of the class hikashop_cart_button and the CSS on the class .hikashop_compare_perso_button which both apply to the button.
You should change:
.hikashop_compare_perso_button {
to:
.hikashop_compare_perso_button a {
So that it acts on the same element.
And you should place that CSS after the CSS of the class .hikashop_cart_button in the CSS so that it can override it.
Then it should display more like what you want.

2. Thank you for your feedback. We've added a patch in order to fix that. Download the install package on our website and install it on yours and that will fix the problem.

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

  • Posts: 96
  • Thank you received: 1
  • Hikaauction Standard
7 years 3 months ago #258529

Hi,

It's OK about the Compare button Icon. Thank's

About the 404 error, I don't know what package I have to install, because I have already the latest stable version 2.6.4 of Hikashop business.

Have I to install again the same package ?

Best regards.

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

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
7 years 3 months ago #258531

Hi,

Yes. Download it on our website, and install it via the Joomla installer.

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

  • Posts: 96
  • Thank you received: 1
  • Hikaauction Standard
7 years 3 months ago #258574

Hi,

I installed the package, but now I have the error message "404 Page not found : comparecid19".

Here is the link : www.netweb3d.com/mauritiusproducts/fr/ca...9/cart_type-wishlist

Best regards.

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

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
7 years 3 months ago #258580

Hi,

Thanks for the feedback.
I've added another patch for that new error.
Please try again.

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

  • Posts: 96
  • Thank you received: 1
  • Hikaauction Standard
7 years 3 months ago #258606

Hi,

Sorry, it doesn't work (see attached file).

Best regards.

Attachments:

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 3 months ago #258608

Hi,

I just uploaded new packages.
Nicolas forgot the support of every Joomla versions, the code to get a Joomla config setting is different depending the version you're using.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 96
  • Thank you received: 1
  • Hikaauction Standard
7 years 3 months ago #258609

Hi,

That's ok for the Compare button. Thank's

But the Add to cart button leads to Compare page also !

Best regards.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 3 months ago #258611

Hi,

I'm afraid that I don't understand your message.
Please provide more details.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 96
  • Thank you received: 1
  • Hikaauction Standard
7 years 3 months ago #258623

instead to put the selected product in the basket, it goes on the compare page.

thank s.

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

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
7 years 3 months ago #258634

Hi,

That's not what we see on the link you gave. When we select products and click on the add to cart button there, it properly adds the selected products to the current cart:
take.ms/cW7VZh
and doesn't go to the comparison page.

And the compare button also seems to be working fine now.

So I don't see any problem left there.

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

  • Posts: 96
  • Thank you received: 1
  • Hikaauction Standard
7 years 3 months ago #258654

Hi,

I tested again, and it works perfectly !

Thank you very much.

Best regards.

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

Time to create page: 0.079 seconds
Powered by Kunena Forum