woocommerce / theme-customisations

313 stars 112 forks source link

.php file customations in folder templates/woocommerce does not work #34

Open GregPicFlick opened 3 years ago

GregPicFlick commented 3 years ago

Hi, I tried to add content-single-product.php file in the custom/templates/woocommerce folder and it does not work. So the full path is /htdocs/wp-content/plugins/theme-customisations-master/custom/templates/woocommerce/content-single-product.php I have tried every permeation and it does not work. Please assist Thanks PicFlick

asheroto commented 2 years ago

name the folder theme-customisations and specify your functions inside of functions.php. You must also activate the plugin once it exists.

For example...

image

GregPicFlick commented 2 years ago

Thanks @asheroto however you are not understanding what I am trying to do... I am trying to edit one of the woocommerce template files, which should typically be inserted in the /htdocs/wp-content/plugins/theme-customisations-master/custom/templates/ folder. I have no issue with inserting custom code into the functions.php file. Let me know if I need to explain further. Appreciate if you can assist. Thnx

asheroto commented 2 years ago

Duplicate of #23 then?

GregPicFlick commented 2 years ago

Yes - Anyone who can help will be appreciated