Skip to main content

"Fly to cart"-Effect

More
13 years 7 months ago - 13 years 7 months ago #89847 by scharfet
Hi,

I wonder whether this a "Fly to cart"-effect is allready possible with hikashop, or is a special progamming necessary, or it is not possible at all?

Here you can see what I mean: (in order to see the effect choose Size and click on "IN DIE EINKAUFSTASCHE".)
www.hm.com/at/product/06011?article=0601...11-A#article=06011-A

A similar effect you can see here.
www.webresourcesdepot.com/wp-content/upl...sket/sliding-basket/ and
www.webresourcesdepot.com/wp-content/upl...asket/fly-to-basket/ combined

Thank you!
Last edit: 13 years 7 months ago by scharfet.

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

More
13 years 7 months ago #89894 by Xavier
Replied by Xavier on topic "Fly to cart"-Effect
Hi,

This is not available in HikaShop, but I think that it's achievable.
You can maybe use other plugin which call an action onClick and make the effect by taking the current div and display an effect to move to the cart div.

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

More
13 years 7 months ago - 13 years 7 months ago #89905 by scharfet
Replied by scharfet on topic "Fly to cart"-Effect
Hi Xavier,

thank you for your answer.

Please could you indicate me how to display the number of items in shopping chart at the top of the page like in this picture?
The red 0 means the number of items in the chart.



Thank you!

P.S. When I find a solution to the "Fly to cart"-effect I will post in the forum.
Last edit: 13 years 7 months ago by scharfet.

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

More
13 years 7 months ago #89965 by Xavier
Replied by Xavier on topic "Fly to cart"-Effect
Hi,

How do you display this link ? Isn't it a menu ?
If it's the shopping cart, there is an option to display the quantity in cart in the cart module options.

The code used is:
Code:
$qty = 0; $group = $this->config->get('group_options',0); $rows = $class->get($cart_id,false,$cart_type); foreach($rows as $i => $row){ if(empty($row->cart_product_quantity) && $cart_type != 'wishlist') continue; if($group && $row->cart_product_option_parent_id) continue; $qty+=$row->cart_product_quantity; } echo $qty;

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

More
13 years 7 months ago - 13 years 7 months ago #90007 by scharfet
Replied by scharfet on topic "Fly to cart"-Effect
Hi Xavier,

thank you for your indications. I realized it with the cart-module (mini-cart) and it is working.

Only on thing. When there is no item in the cart follwoting text is displayed "The cart is empty "

How chan I replace this with following text "0 items for 0,00 €"?
Last edit: 13 years 7 months ago by scharfet.

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

More
13 years 7 months ago #90020 by Xavier
Replied by Xavier on topic "Fly to cart"-Effect
You can do that with a translation override:
www.hikashop.com/fr/support/documentation/faq.html#translation

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

More
13 years 7 months ago #90059 by scharfet
Thank you!

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

More
13 years 5 months ago #98044 by mirlinda.kosova
Hi Scharfet!

Where you able to find the solution for "Fly to cart"-effect? If you did find the solution will you please share it with us.

/Mirlinda

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

More
13 years 5 months ago - 13 years 5 months ago #98049 by scharfet
Hi Mirlinda,

Please ask me again in one or two weeks. Then I should be able to indicate how to do it. Sorry for the delay.

Best,
Hannes
Last edit: 13 years 5 months ago by scharfet.

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

More
13 years 5 months ago #98098 by condorazul
Here there is an effect for virtuemart i upload it it works via a plugin if someone can develop it for hika it would be fantastic
The following user(s) said Thank You: resif

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

More
13 years 5 months ago #98181 by Xavier
Replied by Xavier on topic SOLVED: "Fly to cart"-Effect
Hi,

Thanks to share the solution when available :)

Thanks for the source of the plugin, it can be helpful. I don't think that it's a thing that we will integrate, we have a lot of bigger features to implement.
But it can be a good start.

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

More
13 years 5 months ago #98182 by condorazul
have you published any roadmap of future integrations and improvements?

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

More
13 years 5 months ago #98241 by Xavier
Replied by Xavier on topic SOLVED: "Fly to cart"-Effect
No we have no public roadmap, but I can say that the two next big features are multi shipping and multi payment, and mass action.

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

Time to create page: 0.276 seconds
Powered by Kunena Forum