Side Cart Woocommerce (Ajax)

説明

Live Demo
woocommerceのカートページとはサヨナラできます。
サイドカートを使えば、サイトのどこでもカートアイテムにアクセスできます。
完全にajaxベースのプラグインです。

機能とオプション:

  • Ajax のカートへの追加 & 削除
  • 完全にカスタマイズ可能
    • カートに表示するものを選択
    • 特定のページでカートを非表示にします。
    • カートの幅、高さ、色、レイアウトのほとんど全てを設定します。

スクリーンショット

  • フロントエンド。
  • 一般設定1
  • 一般設定2
  • スタイル設定

インストール

  1. プラグインファイルを / wp-content / plugins / plugin-name ディレクトリにアップロードするか、WordPress プラグイン画面から直接プラグインをインストールします。
  2. WordPress の「プラグイン」画面でプラグインを有効化します
  3. ダッシュボードの Woo Side Cart をクリックします。

FAQ

セットアップ方法は ?

すべて既にセットアップ済みです。プラグインを有効化するだけで完了です。

翻訳する方法は ?

Loco Translate などのサードパーティのプラグインを使用して手間のかからない翻訳を行うか、以下の手順に従ってください。
1. PoEdit をダウンロードします。
2. PoEdit で side-cart-woocommerce.pot ファイルを開きます。(/ plugins / side-cart-woocommerce / languages /↵ side-cart-woocommerce.pot)↵
3. 新しい翻訳を作成し、テキストを翻訳します。↵
4. 翻訳されたファイルを「side-cart-woocommerce-Language_code」という名前で保存します。例: ドイツ語 (side-cart-woocommerce-de_DE)↵ 、フランス語 (side-cart-woocommerce-fr_FR)。 — 言語コードリスト
5. 保存場所: WordPress ディレクトリ下の /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

  • 修正-翻訳用に欠落している文字列を追加しました
  • 修正 – woocommerce_before_calculate_totals が更新されない

2.0

  • 修正-エラー通知

1.0.2

  • 新規-モバイルデバイスで表示/非表示にします。
  • 新規-特定のページで非表示オプション
  • 修正-バグ

1.0.0

  • 最初の公開リリース。