Side Cart Woocommerce (Ajax)

Beskrivning

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.

Skärmdumpar

  • Front-end.
  • General Settings 1
  • General Settings 2
  • Style Settings

Installation

  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.

Vanliga frågor

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/

Recensioner

13 mars 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!
1 mars 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 februari 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 februari 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!
Läs alla 329 betyg

Bidragsgivare och utvecklare

”Side Cart Woocommerce (Ajax)” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”Side Cart Woocommerce (Ajax)” har översatts till 16 språk. Tack till översättarna för deras bidrag.

Översätt ”Side Cart Woocommerce (Ajax)” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

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.