[SOLVED] order button in wishlist

  • Posts: 287
  • Thank you received: 22
6 years 9 months ago #271478

-- url of the page with the problem -- : www.dfcgrootverbruik.nl/shop
-- HikaShop version -- : 3.1.1
-- Joomla version -- : 3.7.2
-- PHP version -- : 7.0.19

Hi,
Is it me or is the "order" button gone/missing from the wishlist page?

I know that you can select a product now and click the "move to cart" button.
But there used to be a button "add to cart" in the wishlist and after clicking that the product would stay in the wishlist.

Some customers are using this like a "default shoppinglist" that they use whenever they need something so leaving the products in there is a nice to have feature together with the add to cart button.

It used to work like that but now it's changed in the last updates.
Any tips on how to get this functionality again? Or maybe there are still some jobs pending on the wishlist "ToDo" ? :)

Thanks

Last edit: 6 years 2 weeks ago by nico.van.leeuwen. Reason: solved with custom job

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

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
6 years 9 months ago #271488

Hi,

It is indeed a pending issue that will be added in the next version of HikaShop.

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

  • Posts: 287
  • Thank you received: 22
6 years 9 months ago #271569

Ok, thanks,

Do you mean a next release like 3.1.2 or a nightly buildt ?

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
6 years 9 months ago #271571

Hello,

Next release means 3.1.2.

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: 287
  • Thank you received: 22
6 years 9 months ago #271584

Ok, clear, thanks.

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

  • Posts: 287
  • Thank you received: 22
6 years 6 months ago #277854

Hi,

I just installed the 3.2.0 version of Hikashop on a test setup to see if the order button on the wish lists is back but I cannot see it.
Checked if my override was the issue but that's not the case.

Maybe it's not added to this release?

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
6 years 6 months ago #277858

Hello,

I have to admit that I don't understand.
Generally, when Nicolas is telling that it will be in the next release ; he already have started the implementation and it confident that it will be commit and validate for the next release.
But there is nothing in the changelog regarding that ; so I suspect that the development had some unsolved issues.
So I can only tell you that I'll add your request in the TODO list.

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: 287
  • Thank you received: 22
6 years 6 months ago #278160

Hi Jérôme,

Those things can happen.
Do you know if it's difficult to add the button with some extra code in the right view?

Thanks for your reply.

Nico

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
6 years 6 months ago #278161

Hello,

Problem is, it's not just a button.
Adding a button is quite simple, but that button is doing an action ; which means that it requires some code to perform that action (adding a product with all its settings into a cart ; not just move it).
And that code is what is complicated in the process.

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: 287
  • Thank you received: 22
6 years 6 months ago #278213

Ok, I can understand that it's not a "simple" change.

Still I hope to find a workaround :)

Would it be easier to change the behaviour of the "Order" button that is on top of the wishlist?
Now what is does is move the selected product from the wishlist to the cart.
What I would like to make it do is copy a product from the wishlist to the cart so that the wishlist stays "intact".

Thanks for your feedback.

Nico

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
6 years 6 months ago #278251

Hello,

As I wrote in my previous message

it requires some code to perform that action (adding a product with all its settings into a cart ; not just move it).

Please be sure that if there was a simple workaround we would have told you it already.
But it still requests for development.

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: 287
  • Thank you received: 22
6 years 6 months ago #278385

Hi,

I understand that it requires programming to make it happen.

What I was asking (or at least trying to) is if it would make any difference in the approach / amount of work if a new button was added on every line or if a modification could be made on the existing button.

No pressure on your planning from my side :)

If the need get's very high I would try and find a developer to find a fix made.

Thanks for your reply !

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
6 years 6 months ago #278392

Hello,

I really don't understand your question since I already gave you all the elements before.
As I wrote, the button is just one little thing.

Adding a button is quite simple, but that button is doing an action ; which means that it requires some code to perform that action (adding a product with all its settings into a cart ; not just move it).

It does not matter where that button is or how it looks like ; the final action is still the same ; the code behind it is still required and is still what is complicated.

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: 287
  • Thank you received: 22
6 years 6 months ago #278483

Hi Jerome,

I understood you, no mistake about that.
Changing the behaviour is complicated and we will be patient.

Maybe I can show you exactly what the issue is on 25 th of november in Breda if it is still relevant at that time.

Thanks for your response anyway.

Nico

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

Time to create page: 0.079 seconds
Powered by Kunena Forum