[Plugin: Frontend for TheCartPress eCommerce Shopping Cart] tcp_my_account BUG Solved
-
Every time i was loading the my_account page the shortcode was going right on top other content, have solved with this:
function tcp_my_account() { return tcp_login_form( array( 'echo' => false ) ); }
Under the FrontEnd.Class.php
Good job,
https://www.ads-software.com/extend/plugins/thecartpress-frontend/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Frontend for TheCartPress eCommerce Shopping Cart] tcp_my_account BUG Solved’ is closed to new replies.