| @@ -266,10 +266,32 @@ | ||
| 266 | 266 | 'plugin_file' => 'fluent-cart-elementor-blocks/fluent-cart-elementor-blocks.php', |
| 267 | 267 | 'source_type' => 'cdn', |
| 268 | 268 | 'source_link' => 'https://addons-cdn.fluentcart.com/fluent-cart-elementor-blocks.zip', |
| 269 | 269 | 'upcoming' => false, |
| 270 | - 'repo_link' => 'https://github.com/WPManageNinja/fluent-cart-elementor-blocks' | |
| 270 | + 'repo_link' => 'https://fluentcart.com/fluentcart-addons/' | |
| 271 | 271 | ], |
| 272 | + 'fluent-cart-bricks-blocks' => [ | |
| 273 | + 'title' => __('FluentCart Bricks Blocks', 'fluent-cart'), | |
| 274 | + 'description' => __('Enable to get Bricks Builder elements for FluentCart. Requires the Bricks theme.', 'fluent-cart'), | |
| 275 | + 'logo' => Vite::getAssetUrl('images/bricks/logo.png'), | |
| 276 | + 'plugin_slug' => 'fluent-cart-bricks-blocks', | |
| 277 | + 'plugin_file' => 'fluent-cart-bricks-blocks/fluent-cart-bricks-blocks.php', | |
| 278 | + 'source_type' => 'cdn', | |
| 279 | + 'upcoming' => false, | |
| 280 | + 'repo_link' => 'https://fluentcart.com/fluentcart-addons/' | |
| 281 | + ], | |
| 282 | + 'fluent-cart-divi-modules' => [ | |
| 283 | + 'title' => __('FluentCart Divi Modules', 'fluent-cart'), | |
| 284 | + 'description' => __('Native Divi 5 modules for FluentCart products, cart, and checkout. Requires Divi 5.0+ and FluentCart 1.3.4+.', 'fluent-cart'), | |
| 285 | + 'logo' => Vite::getAssetUrl('images/divi/black.svg'), | |
| 286 | + 'dark_logo' => Vite::getAssetUrl('images/divi/white.svg'), | |
| 287 | + 'plugin_slug' => 'fluent-cart-divi-modules', | |
| 288 | + 'plugin_file' => 'fluent-cart-divi-modules/fluent-cart-divi-modules.php', | |
| 289 | + 'source_type' => 'cdn', | |
| 290 | + 'source_link' => 'https://addons-cdn.fluentcart.com/fluent-cart-divi-modules.zip', | |
| 291 | + 'upcoming' => false, | |
| 292 | + 'repo_link' => 'https://fluentcart.com/fluentcart-addons/' | |
| 293 | + ], | |
| 272 | 294 | 'fluent-pdf' => [ |
| 273 | 295 | 'title' => __('Fluent PDF', 'fluent-cart'), |
| 274 | 296 | 'description' => __('Generate PDF receipts and attach them to email notifications.', 'fluent-cart'), |
| 275 | 297 | 'logo' => Vite::getAssetUrl('images/fluent-pdf/black.svg'), |
| @@ -288,8 +310,18 @@ | ||
| 288 | 310 | 'source_type' => 'cdn', |
| 289 | 311 | 'source_link' => 'https://addons-cdn.fluentcart.com/fluent-cart-migrator.zip', |
| 290 | 312 | 'upcoming' => false, |
| 291 | 313 | 'repo_link' => 'https://fluentcart.com/fluentcart-addons/?3181_search=Migrator' |
| 314 | + ], | |
| 315 | + 'fluent-cart-customer-rights' => [ | |
| 316 | + 'title' => __('FluentCart Customer Rights', 'fluent-cart'), | |
| 317 | + 'description' => __('Manage customer withdrawal, refund, return, and cancellation requests with dedicated forms, workflows, notifications, and admin tools. Includes support for the German Withdrawal Button requirement under § 356a BGB.', 'fluent-cart'), | |
| 318 | + 'logo' => Vite::getAssetUrl('images/fluent-cart-resolution/logo.svg'), | |
| 319 | + 'plugin_slug' => 'fluent-cart-customer-rights', | |
| 320 | + 'plugin_file' => 'fluent-cart-customer-rights/fluent-cart-customer-rights.php', | |
| 321 | + 'source_type' => 'cdn', | |
| 322 | + 'upcoming' => false, | |
| 323 | + 'repo_link' => 'https://fluentcart.com/fluentcart-addons/' | |
| 292 | 324 | ], |
| 293 | 325 | ]; |
| 294 | 326 | |
| 295 | 327 | // Allow other modules/plugins to register their addons |