Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1025675
Theme override for Woo Commerce
Closed

Comments

  •  2
    Maureen Murphy started the conversation

    I just purchased The Gem and installed it.  I want to use The Gem theme and it's customization options for my site pages but NOT for the Woo Commerce related pages (Product, Shop, Checkout, etc).  I want to use Woo's default theme for those.  I have looked around WordPress but cannot figure out how to do this.  Please advise.  Thank you.

  • [deleted] replied

    Hi,

    I suppose it will take a lot of theme modification.

    Fist you need remove this strings from functions.php files:

    add_theme_support('woocommerce');

    and

    require get_template_directory() . '/inc/woocommerce.php';

    Then you need to remove all woocommerce templates.

  •  2
    Maureen Murphy replied

    Ugh!  I'm not a coder.  That's why I'm using WP and themes.  So, I guess you're saying that the theme is not intended to utilize Woo's templates for Woo-related pages....that it uses it's own e-commerce related pages, correct?

  • [deleted] replied

    We made our templates for woocommerce based on original templates. May be we can help you to change some of them as you want?

  •  2
    Maureen Murphy replied

    Hi max,

    Sorry but what are "original templates"?  The Gem's templates or Woo's?

  • [deleted] replied

    We took original templates from woocommerce plugin directory and make some modification to make shop shop style compatible with TheGem styles. Almost all themes implemented it.

  •  2
    Maureen Murphy replied

    ok.  thank you