Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
public_html
/
wp-content
/
themes
/
flatsome
/
woocommerce
/
cart
/
📝 Editing: continue-shopping.php
<?php /** * Continue Shopping Button * * @package Flatsome/WooCommerce/Templates * @flatsome-version 3.16.0 */ defined( 'ABSPATH' ) || exit; ?> <div class="continue-shopping pull-left text-left"> <a class="button-continue-shopping button primary is-outline" href="<?php echo esc_url( apply_filters( 'woocommerce_continue_shopping_redirect', wc_get_page_permalink( 'shop' ) ) ); ?>"> <?php echo ( is_rtl() ? '→' : '←' ) . ' ' . esc_html__( 'Continue shopping', 'woocommerce' ); ?> </a> </div>
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/nradmin/public_html/wp-content/themes/flatsome/woocommerce/cart