Unfortunately, you cannot override it with a file in the child-theme.
To hide an element, you can use CSS code. For example, to hide the total section, please add the CSS code below to WP-Admin → Appearance → Customize → Additional CSS:
.wpcpo-total {
display: none !important;
}
I also want to inform you that your support for the WPC All Plugins (purchased on January 13, 2021) has expired. To keep receiving support, please renew your license as soon as possible. You can buy a Single-site license for the specific plug-in you need support for.
I see that you have this templates folder.
This is the file where i want to hide the Subtotal because i use JetBooking and don't need Subtotal from WPC plugin.
wpc-product-options-premium emplatesoptions.php"
my question is: can i copy this to themes/child-theme/ ??
thanks
Attached files: Screenshot_545.png
Hi Vo,
Unfortunately, you cannot override it with a file in the child-theme.
To hide an element, you can use CSS code. For example, to hide the total section, please add the CSS code below to WP-Admin → Appearance → Customize → Additional CSS:
.wpcpo-total { display: none !important; }I also want to inform you that your support for the WPC All Plugins (purchased on January 13, 2021) has expired. To keep receiving support, please renew your license as soon as possible. You can buy a Single-site license for the specific plug-in you need support for.
Best regards,
Dustin