Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test & integrate WooCommerce #52

Open
Jonnyauk opened this issue Dec 15, 2015 · 5 comments
Open

Test & integrate WooCommerce #52

Jonnyauk opened this issue Dec 15, 2015 · 5 comments

Comments

@Jonnyauk
Copy link
Owner

As it's so popular, it makes sense to support this - Woo users deserve Wonderflux too ;)

Documentation on 'hooked' integration for reference: https://docs.woothemes.com/document/third-party-custom-theme-compatibility/#section-2

Would be nice to have 'before_woocom_' and 'after_woocom' additional hooks for Wonderflux too, like BuddyPress ones ;)

@Jonnyauk
Copy link
Owner Author

Jonnyauk commented Jun 2, 2016

I'm closing this for the moment - I think Woo will likely change in the future so lets let the dust settle!

@Jonnyauk Jonnyauk closed this as completed Jun 2, 2016
@ghost
Copy link

ghost commented Sep 12, 2016

Hi,

What's the right way of intergrating woocommerce and wonderflux using the hooks? Thanks in advance!

@Jonnyauk
Copy link
Owner Author

Hi @stefvanriet - I've not tested Woo Commerce integration unfortunately, although I think it is fairly easy to integrate with any theme - probably just needs a few new hooks to work. Unfortunately I closed this issue as it's not a priority right now. If you have any findings on integration, please do let me know ;)

@ghost
Copy link

ghost commented Sep 12, 2016

Hi,

Yeah, I noticed but I thought this was the right place to adress this because I stumbled across this thread on Google. I couldn't get it to work using hooks but I used the less flexible function instead (and it was terribly easy):

For anyone wanting to intergrate Woocommerce and Wonderflux using the function (instead of the hook), here's what to do:

  1. Duplicate page.php from the Wonderflux parent directory to your child directory.
  2. Rename this copy file to 'woocommerce.php'.
  3. Search for and replace ' get_template_part( 'loop', 'page' );' with 'woocommerce_content();'.
    Done!

@Jonnyauk Jonnyauk modified the milestones: 3.0, 2.3 Sep 12, 2016
@Jonnyauk Jonnyauk self-assigned this Sep 12, 2016
@Jonnyauk
Copy link
Owner Author

Nice!! That's great, thank you for the support info on this, you've just saved me some R&D... I hoped it would be something simple like this ;)

I'll likely include that in a future version of Wonderflux when I have a chance to test out integration (in-between my proper work!)

I'm re-opening this ticket to help me remember ;)

@Jonnyauk Jonnyauk reopened this Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant