golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/blocks-for-shopengine/blocks/cart-table
⬆️ Go Up
Upload
File/Folder
Size
Actions
cart.php
8.31 KB
Del
OK
controls.json
21.69 KB
Del
OK
empty.php
738 B
Del
OK
index.js
197 B
Del
OK
screen.php
364 B
Del
OK
style.js
10.82 KB
Del
OK
Edit: empty.php
<?php /** * Empty cart page * * This template can be overridden by copying it to yourtheme/woocommerce/cart/cart-empty.php. * * HOWEVER, on occasion WooCommerce will need to update template files and you * (the theme developer) will need to copy the new files to your theme to * maintain compatibility. We try to do this as little as possible, but it does * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates * @version 3.5.0 */ defined( 'ABSPATH' ) || exit; /* * @hooked wc_empty_cart_message - 10 */ do_action( 'woocommerce_cart_is_empty' );
Save