Changeset 3352411
- Timestamp:
- 08/29/2025 03:53:27 AM (6 months ago)
- Location:
- woo-custom-cart-button
- Files:
-
- 2 edited
-
tags/2.0/public/wcatcbll_single_product.php (modified) (1 diff)
-
trunk/public/wcatcbll_single_product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-custom-cart-button/tags/2.0/public/wcatcbll_single_product.php
r3340311 r3352411 70 70 <?php 71 71 // Check if buttons should be displayed based on global and single settings 72 $should_display_buttons = ($ global == 'global' && $single == 'single-product');72 $should_display_buttons = ($single == 'single-product'); //$global == 'global' && 73 73 74 74 // Only show custom buttons if display conditions are met -
woo-custom-cart-button/trunk/public/wcatcbll_single_product.php
r3340307 r3352411 70 70 <?php 71 71 // Check if buttons should be displayed based on global and single settings 72 $should_display_buttons = ($ global == 'global' && $single == 'single-product');72 $should_display_buttons = ($single == 'single-product'); //$global == 'global' && 73 73 74 74 // Only show custom buttons if display conditions are met
Note: See TracChangeset
for help on using the changeset viewer.