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/

使用者評論

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!
2023 年 2 月 24 日
Nice plugin and comes with a good fast support
閱讀全部 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.