Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
st_joseph
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
19966420
authored
2023-03-23 16:10:20 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ssss
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
0a9f9695
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
wp-content/themes/crlg/woocommerce/cart/cart.php
wp-content/themes/crlg/woocommerce/cart/cart.php
View file @
1996642
...
...
@@ -135,23 +135,6 @@ do_action( 'woocommerce_before_cart' ); ?>
<?php
do_action
(
'woocommerce_cart_contents'
);
?>
<tr>
<td
colspan=
"6"
class=
"actions"
>
<?php
if
(
wc_coupons_enabled
()
)
{
?>
<div
class=
"coupon"
>
<label
for=
"coupon_code"
>
<?php
esc_html_e
(
'Coupon:'
,
'woocommerce'
);
?>
</label>
<input
type=
"text"
name=
"coupon_code"
class=
"input-text form-control"
id=
"coupon_code"
value=
""
placeholder=
"
<?php
esc_attr_e
(
'Coupon code'
,
'woocommerce'
);
?>
"
/>
<button
type=
"submit"
class=
"btn btn-outline-primary"
name=
"apply_coupon"
value=
"
<?php
esc_attr_e
(
'Apply SJHCG Staff Coupon Code'
,
'woocommerce'
);
?>
"
>
<?php
esc_attr_e
(
'Apply SJHCG Staff Coupon Code'
,
'woocommerce'
);
?>
</button>
<?php
do_action
(
'woocommerce_cart_coupon'
);
?>
</div>
<?php
}
?>
<button
type=
"submit"
class=
"btn btn-outline-primary"
name=
"update_cart"
value=
"
<?php
esc_attr_e
(
'Update cart'
,
'woocommerce'
);
?>
"
>
<?php
esc_html_e
(
'Update cart'
,
'woocommerce'
);
?>
</button>
<?php
do_action
(
'woocommerce_cart_actions'
);
?>
<?php
wp_nonce_field
(
'woocommerce-cart'
,
'woocommerce-cart-nonce'
);
?>
</td>
</tr>
<?php
do_action
(
'woocommerce_after_cart_contents'
);
?>
</tbody>
...
...
Please
register
or
sign in
to post a comment