Customizing the ThankYou.php page
-
My client is running the Canvas theme. I have created a child theme within that fraework.
Here are the versions for WooCommerce, WooFramework and Canvas:
WooFramework v6.0.4
Canvas v5.9.0
WooCommerce v2.2.10I’ve been asked to add some widgets to the checkout page. I’m developing locally using Xampp and the PayPal Sandbox.
A screenshot for WooCommerce Checkout settings
https://screencast.com/t/a2jsqSp5gSiA screenshot for WooCommerce PayPal Settings:
https://screencast.com/t/Mg4lHClq5I have copied the thankyou.php script from the WooCommerce Plugin into this folder structure for the child theme:
childtheme/woocommerce/templates/checkout
Before commencing with my code edits, I wanted to make sure that I had the right template so I put a simple echo into the copied file that lets me know I’ve arrived at the right template. It isn’t working.
This method has worked in the past. What am I doing wrong?
- The topic ‘Customizing the ThankYou.php page’ is closed to new replies.