Can I create custom Woocommerce checkout with fixed layout
-
I have created a custom plugin for woocommerce and the question is can I create a custom Woocommerce checkout page with a fixed layout? so that no other plugin and theme can change my layout. same for the other pages.
I am using the
woocommerce_locate_template
andtemplate_include
hooks to enable my custom template.But still, some plugins and themes change my fixed layout. Is this good practice if I use the
!important
in the style code?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can I create custom Woocommerce checkout with fixed layout’ is closed to new replies.