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.

FAQ

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/

후기

2023년 3월 13일
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!
2023년 3월 1일
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!
2023년 2월 27일
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 );
2023년 2월 26일
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.