madator
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Ship to Billing Address feature stopped workingThanks again.
Forum: Plugins
In reply to: [WooCommerce] Most basic customisation seems impossiblemattmikulla, you are awesome. It worked flawlessly. Thanks for giving a thorough explanation.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Ship to Billing Address feature stopped workingI found out that the javascript files that handle this functionality were omitted for some reason. I disabled all the plugins and got rid of all my custom scripts but none of these helped. There was something either in my header.php or page.php file that screwed things up. I still don’t know the culprit; but luckily, I saved a few old copies of the files and was able to revert to where the feature worked properly.
Thanks royho for the reply.
Forum: Plugins
In reply to: [WooCommerce] Most basic customisation seems impossibleI guess I have a similar question as travellers. I want to move the title out of the <div id=”summary”> and place it before the product thumbnail. I opened single-product.php and content-single.php but since these files have hooks like “woocommerce_get_template_part( ‘content’, ‘single-product’ )”, I don’t have granular control over each element. I also opened woocommerce-hooks.php but I am not sure how the actions affect the order in which the elements display on a page.
Please help!!!!!!!!