Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor improvements in offcanvas-cart, cart and checkout #739

Merged

Conversation

crftwrk
Copy link
Member

@crftwrk crftwrk commented Mar 22, 2024

  • Removed mini-cart footer text. Individual note can be simply added by hook:
/**
 * Offcanvas cart footer note
 */
add_action( 'woocommerce_widget_shopping_cart_before_buttons', 'bootscore_cart_footer_note' );

// Function for `woocommerce_widget_shopping_cart_before_buttons` action-hook.
function bootscore_cart_footer_note(){

  echo '<p class="small text-body-secondary">Some text</p>';

}

@crftwrk crftwrk mentioned this pull request Mar 22, 2024
@crftwrk crftwrk marked this pull request as draft March 22, 2024 16:57
@crftwrk crftwrk marked this pull request as ready for review March 26, 2024 08:52
@crftwrk crftwrk merged commit a00d927 into v6.0.0-beta1 Mar 26, 2024
@crftwrk crftwrk deleted the Minor-fixes-in-offcanvas-cart,-cart-and-checkout branch March 26, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant