Skip to content

Commit

Permalink
https://github.com/cabinetsbay/catalog/issues/38
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 17, 2024
1 parent 29c3825 commit c9040a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions view/frontend/templates/products/not-empty/product.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ $pos = $b->getPositioned();
= $b->getAddToCartPostParams($p); ?>
<form data-role="tocart-form"
data-product-sku="<?= $b->escapeHtml($p->getSku()) ?>"
action="<?= /* @NoEscape */
$postParams['action'] ?>"
action="<?= $postParams['action'] ?>"
method="post">
<input type="hidden"
name="product"
Expand Down

0 comments on commit c9040a1

Please sign in to comment.