Mods not working in newer version
-
I modified the plugin to add a paypal and cart icon https://www.maxxlite.co.nz but this fails with the new plugin.
The change shows while the page is loading, but once it is loaded… disappears!
Under this line…
echo '<span class="contents">' . sprintf( _n( '%d item', '%d items', $woocommerce->cart->get_cart_contents_count(), 'woocommerce-cart-tab' , $woocommerce->cart->get_cart_contents_count() ) . '</span>';
I had added this…
echo '<br/><span id="secure-text">Safe Checkout</span>'; echo '<img id="cart-icon" src="linktoicon/cart-icon-1.png">'; echo '<img id="paypal-secure" src="mydomain.co.nz/woocommerce/assets/images/icons/paypal.png">';
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Mods not working in newer version’ is closed to new replies.