Hi Ed
I need to disagree with you ๐
For example \dante\woocommerce\single-product\add-to-cart\simple.php
<?php
$button_text = ‘<i class=”ss-cart”></i>’ . apply_filters(‘single_add_to_cart_text’, __(“Add to shopping bag”, “swiftframework”), $product->product_type);
?>
This is the original Woocommerce file:
<button type=”submit” class=”single_add_to_cart_button button alt”><?php echo apply_filters(‘single_add_to_cart_text’, __( ‘Add to cart’, ‘woocommerce’ ), $product->product_type); ?></button>
See the difference? You used Add to shopping bag…from the swiftframework?!
Same goes for variable.php. The term you use is “select”, the original is “Choose an option”. So that create errors ๐
Simular problem is with “Apply” on the cart page.
You use “Apply”, woocommerce original is “Apply Coupon”.
So I believe you should get rid of these bugs in the next version ๐