Side Cart Woocommerce (Ajax)

Описание

Live Demo
Say good bye to your woocommerce cart page. With side cart users can access cart items from anywhere on your site.
Plugin is completely ajax based. ( Ajax? Ehh!! — no refresh )

Features And Options:

  • Ajax add to cart & remove
  • Fully Customizable
    • Choose what to show in cart
    • Hide cart on specific pages.
    • Set cart width, height, colors, layout almost everything.

Скриншоты

  • Front End.
  • General Settings 1
  • General Settings 2
  • Style Settings

Установка

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Click on Woo Side Cart on the dashboard.

Часто задаваемые вопросы

How to setup?

Everything is already setup.Just activate the plugin & you are done.

How to translate?

You can use any third party plugin such as Loco Translate for hastle free translations or follow the instructions below
1. Download PoEdit.
2. Open the side-cart-woocommerce.pot file in PoEdit. (/plugins/side-cart-woocommerce/languages/
side-cart-woocommerce.pot)
3. Create new translation & translate the text.
4. Save the translated file with name «side-cart-woocommerce-Language_code». For eg: German(side-cart-woocommerce-de_DE)
, French(side-cart-woocommerce-fr_FR). — Language code list
5. Save Location: Your wordpress directory/wp-content/languages/

Отзывы

13.03.2023
Great product and works well, as long as you're not an idiot like me lol. Misconfigured something and for the life of me could not figure out why the product was not working. Reached out to support, the developer, and he was able to quickly point out my mistake, show me how to fix it, and didn't make me feel like the idiot I am. Highly recommend!
01.03.2023
Solutions of this type, such as a floating basket icon with a drop-down window for cart details, are missing in regular themes, and even in some paid ones. The plugin already in the free version introduces a lot of goodies. A very good thing!
27.02.2023
First of I wanted to Thanks the author for their fast support even this is a free plugin, they reply my ticket within 1 hr with a proper solution . I had multiple error as I wanted to hide the cart button for the mobile users because i had already a different menu for mobile user . He reply all my queries back and forth without asking anything.Thank You so much.*/ Here is the solution if you also wanted to hide the cart menu for mobile users */Step 1: Login to your wordpress website wp-admin or use ftpStep 2: Go to appearances-> Theme Editor -> Select your active theme -> Select->function.php fileStep 3: Copy paste the below code at the end of your file add_filter( 'xoo_wsc_is_sidecart_page', function( $isPage, $hidePages ){     if( wp_is_mobile() ){                 $isPage = false;     }     xoo_wsc()->isSideCartPage = $isPage;     return $isPage; }, 10, 2 );
26.02.2023
After searching for a sidecart plugin I started to use this one and it’s realy nice! Lots of options and custimizations possible. The developer is helpful and responds quickly. I’m happy with it!
Посмотреть все 329 отзывов

Участники и разработчики

«Side Cart Woocommerce (Ajax)» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«Side Cart Woocommerce (Ajax)» переведён на 16 языков. Благодарим переводчиков за их работу.

Перевести «Side Cart Woocommerce (Ajax)» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

2.1

  • Fix — added missing strings for translation
  • Fix — woocommerce_before_calculate_totals not updating

2.0

  • Fix — Error notices

1.0.2

  • New — Show/Hide on mobile device.
  • New — Hide on particular pages option
  • Fix — Bugs

1.0.0

  • Initial Public Release.