creativeworldstudio
Member
Posted 11 months ago #
Hi guys,
Really love the work so far on this plugin.
I noticed that FoxyShop dosen't notice theme files placed into a Child Theme (it only looks for template files in the (main) Template theme). This isn't a huge deal but it would be great to keep all customisations in the one theme.
Happy to give more details if needed,
Thanks, Leon
http://wordpress.org/extend/plugins/foxyshop/
Hi Leon,
Great point. In the next version of the plugin I will fix this and point to STYLESHEETPATH instead of TEMPLATEPATH. In the meantime, you can define a constant. Just put this in your wp-config file:
define('FOXYSHOP_TEMPLATE_PATH','/your/child/path/here');
creativeworldstudio
Member
Posted 11 months ago #
Thank you so much - awesome to see a quick reply and action. :)