Anywhere Add to Cart: Customizable Shopping Shortcode

外掛說明

Anywhere Add to Cart is a lightweight and secure plugin designed to give you total control over your WooCommerce purchase buttons. Whether you are building a custom landing page, a blog post, or a unique layout in a page builder like Elementor or Divi, this plugin allows you to drop a fully functional ‘Add to Cart’ button anywhere using a simple shortcode.

Unlike standard shortcodes, this plugin is optimized for Variable Products, handling attribute selection and live price updates seamlessly. It also features a built-in styling dashboard so you can match your buttons to your brand without writing a single line of CSS.

🚀 Key Features

  • Smart Shortcode: Use [anywatc] to automatically detect product IDs on single product pages.
  • Specific Targeting: Use [anywatc id="123"] to display a button for any specific product on any page.
  • Variation Support: Full support for WooCommerce variations, including dropdowns and price updates.
  • Style Customizer: Easily change button colors, typography, and border styles from the admin menu.
  • Performance Optimized: Scripts and styles are enqueued correctly to ensure fast page load times.
  • Developer Friendly: Built with security best practices, including strict output escaping and input sanitization.

螢幕擷圖

  • The Styling Dashboard: Customize colors, font sizes, and weights with a real-time preview.
  • Variable Product Output: An example of the shortcode rendering a variable product with dropdowns.
  • Shortcode Usage: How to easily implement the shortcode within the WordPress editor.

安裝方式

  1. Upload the anywhere-add-to-cart folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to the Anywhere ATC menu in your WordPress dashboard sidebar to configure your button styles.
  4. Use the shortcode [anywatc] or [anywatc_cart] in any page, post, or widget area.

常見問題集

How do I find a Product ID?

Go to Products > All Products in your dashboard. Hover over a product name, and the ID will appear (e.g., ID: 123).

Does it work with Page Builders?

Yes! It is fully compatible with Gutenberg, Elementor, Divi, Beaver Builder, and WPBakery. Simply use the ‘Shortcode’ block or widget.

Is it translation-ready?

Yes, the plugin uses standard WordPress internationalization (i18n) functions and is ready for translation.

Can I use it for Variable Products?

Absolutely. The plugin will automatically render the variation selection dropdowns and handle the “Add to Cart” logic just like a standard product page.

使用者評論

2026 年 5 月 1 日 1 則留言
I installed the Anywhere Add to Cart plugin and it honestly made things much easier on my site. The biggest advantage is the flexibility — I can place the add to cart button anywhere, not just on product pages. Setup was straightforward, and it worked well with my theme without any conflicts. I was able to improve user experience and make the buying process quicker for visitors. It’s lightweight, simple to use, and does exactly what it promises. Definitely a great addition for anyone looking to boost conversions without complicated setups. Looking forward to more features in future updates. Great job by the developer!
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Anywhere Add to Cart: Customizable Shopping Shortcode〉的開發相關工作。

參與者

變更記錄

1.0.2

  • Refactored script loading to use wp_add_inline_script() for better compliance.
  • Updated all function and option prefixes to anywatc_ to prevent naming collisions.
  • Updated “Tested up to” version to 6.9.
  • Verified compatibility with PHP 8.0+.

1.0.1

  • SECURITY: Implemented strict output escaping using esc_html_e() and esc_attr().
  • SECURITY: Added wp_unslash() and rigorous sanitization for all admin settings.
  • FIXED: Resolved trademark naming restrictions for the WordPress.org repository.

1.0.0

  • Initial Release.