Viewing 1 replies (of 1 total)
  • Modest changes can be made using hooks:
    https://docs.woothemes.com/wc-apidocs/hook-docs.html
    The approach is to use remove_action() to remove a component from one place and add_action() to put it back somewhere else.

    For more ambitious changes, it will be necessary to customise the WooCommerce templates. Put your modified templates at:
    wp-content/themes/your-theme-name/woocommerce/…
    where they will not be overwritten by WooCommerce updates.

    Either way, PHP skills will be needed or you would have to hire someone:
    https://jobs.wordpress.net/

Viewing 1 replies (of 1 total)
  • The topic ‘i need to change the Layout of Shop & Products Page.. PLEASE HELP’ is closed to new replies.