File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ if($products) {
31
31
//@cart-product [data-v-product-content] = $product [' content' ]
32
32
33
33
//catch all data attributes
34
- @cart-product a[data-v-cart-product-*]|href = $product [' @@__data-v-cart-product-(*)__@@' ]
35
34
@cart-product [data-v-cart-product-*]|innerText = $product [' @@__data-v-cart-product-(*)__@@' ]
35
+ @cart-product a[data-v-cart-product-*]|href = $product [' @@__data-v-cart-product-(*)__@@' ]
36
+ @cart-product a[data-v-cart-product-url]|href = $product [' url' ]
36
37
37
38
@cart-product [data-v-cart-product-remove-url]|href =
38
39
< ?php echo htmlentities(Vvveb\url([' module' => ' cart' , ' action' => ' remove' , ' product_id' => $product [' product_id' ]]));?>
@@ -104,4 +105,4 @@ if(is_array($coupons)) foreach ($coupons as $index => $coupon) {
104
105
@coupon a[data-v-cart-coupon-*]|href = $coupon [' @@__data-v-cart-coupon-(*)__@@' ]
105
106
@coupon input[data-v-cart-coupon-*]|value = $coupon [' @@__data-v-cart-coupon-(*)__@@' ]
106
107
107
- @coupon|after = < ?php } ?>
108
+ @coupon|after = < ?php } ?>
You can’t perform that action at this time.
0 commit comments