(AmazonPay) (必須)
ファイル: src/Views/CartPage/CartPage.php
public function __construct(AmazonPay $module) {
$this->module = $module;
add_filter('usces_filter_get_cart_button', [$this, 'filterCartButton'], 10, 1);
}
| 使用されるアイテム | 説明 |
|---|---|
| src/Views/CartPage/Factory.php: Factory::getInstance() | Returns CartPage instance for the given theme |