"Fly to cart"-Effect

  • Posts: 86
  • Thank you received: 2
11 years 1 month ago #89847

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".)
http://www.hm.com/at/product/06011?article=06011-A#article=06011-A]http://www.hm.com/at/product/06011?article=06011-A#article=06011-A]http://www.hm.com/at/product/06011?article=06011-A#article=06011-A

A similar effect you can see here.
http://www.webresourcesdepot.com/wp-content/uploads/file/jbasket/sliding-basket/ and
http://www.webresourcesdepot.com/wp-content/uploads/file/jbasket/fly-to-basket/ combined

Thank you!

Last edit: 11 years 1 month ago by scharfet.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #89894

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.

  • Posts: 86
  • Thank you received: 2
11 years 1 month ago #89905

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: 11 years 1 month ago by scharfet.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #89965

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:

			$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.

  • Posts: 86
  • Thank you received: 2
11 years 1 month ago #90007

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: 11 years 1 month ago by scharfet.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #90020

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.

  • Posts: 86
  • Thank you received: 2
11 years 1 month ago #90059

Thank you!

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

  • Posts: 45
  • Thank you received: 0
10 years 11 months ago #98044

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.

  • Posts: 86
  • Thank you received: 2
10 years 11 months ago #98049

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: 10 years 11 months ago by scharfet.

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

  • Posts: 441
  • Thank you received: 24
10 years 11 months ago #98098

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

Attachments:
The following user(s) said Thank You: resif

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

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #98181

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.

  • Posts: 441
  • Thank you received: 24
10 years 11 months ago #98182

have you published any roadmap of future integrations and improvements?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #98241

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.115 seconds
Powered by Kunena Forum