Automated Import Products to Cart

설명

Add bulk products to the shopping cart.
Add the file upload form to your content using the [atakanau_woo_cart_dropfile] shortcode.
Create a CSV file. Add “SKU” and “Quantity” column headers. Write the stock codes and quantities of the products you want to add to your cart.
Select the file after clicking the upload form, or drag and drop the file to the upload form.

Documentation, support blog and feedback: Automated Import Products to Cart

Please comment 💬, rate ⭐⭐⭐⭐⭐ and share 👍.

Usage

Integrate the plugin’s functionality into your WordPress pages or posts using the following shortcode:
[atakanau_woo_cart_dropfile]

스크린샷

설치

  1. Upload the plugin files to the /wp-content/plugins/auto-import-products-cart-dragdropfile directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

FAQ

What happens if a SKU is invalid?

The plugin will gracefully handle invalid SKUs, and ensure that the import process goes through without any errors.

What file formats are supported?

Currently, only CSV files are supported on free version. Future updates may include additional formats.

Can I customize the appearance of the upload form?

While customization options are not currently available, we are actively exploring ways to enhance the plugin’s flexibility in future releases.

후기

2025년 12월 19일 답글 1개
While I noticed some issues with the early version of the plugin, Atakan was responsive and fixed all of them very fast. The plugin satisfys all my needs now.
모든 1 평가 읽기

기여자 & 개발자

“Automated Import Products to Cart”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Automated Import Products to Cart”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.3

  • Fixed: PHP Deprecated warning for str_getcsv() by explicitly defining default parameters for PHP 8.4+ compatibility
  • Tested up to:
    • 7.0
    • WooCommerce Version 10.8.1

1.0.2

  • Improved: CSV file parsing reliability (better handling of line endings, UTF-8 BOM, and header columns)
  • Improved: Drag-and-drop upload area styling for better theme compatibility and accessibility
  • Added: Cart badge refresh compatibility with some themes
  • Added: Success message displayed after CSV import completion
  • Tested up to:
    • 6.9.x
    • WooCommerce Version 10.4.2

1.0.1

  • (Minor) Source code revamped for WordPress standards
  • Tested up to:
    • 6.8.x

1.0.0

  • Initial version released