Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #788638

    I’m trying to overwrite a bunch of stuff through the described WooCommerce methods… but nothing happens

    I need to make somewhat more serious changes to the single product template but the regular methods seem to be no use and my php skills aren’t developed enough to invent new ways..

    #788743

    Hey joax,

    What changes are you looking to make and what have you tried so far?

    Best regards,
    Rikard

    #788828

    I have to add a pricing table that automatically calculates the price for each product.. this shop i’m working on offers spread payments.. this table is just about what i can manage in php :P

    https://www.medialeasetogo.nl/winkel/lg-gsj361b-blue-amerikaanse-koelkast/ (bellow the product specifications)

    So I tried putting a file here: /wp-content/themes/enfold-child/woocommerce/templates/single-product/tabs/tabs.php

    That should do the trick according to the woocommerce instructions.. but it doesn’t work :-/

    #789027

    Hi,

    Ok, thanks for the feedback. It would probably be a good idea to post your problem on a WooCommerce/general WordPress forum as well, this isn’t really theme specific so our support is limited for this type of problem. But if you specify what your actual problems are then maybe we could help you out anyway?

    Best regards,
    Rikard

    #967876

    Back again on this one.. running into the same problem again.. I got one site where it works (which is behind on updates) and a new one (a clone of the previous one) which is completely up to date but the the changes from the child theme don’t render on the front of the site.. the path is still the same (as it is a copy of the working one)

    /wp-content/themes/enfold-child/woocommerce/templates/single-product/tabs/tabs.php

    That should work right?

    #970701

    Hi joax,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #971088

    Here ya go:

    #971515

    Hi,

    Thanks for that. As far as I can see your file override is in the correct place, what are the exact changes you are trying to make and what is not working? You have a plugin called custom product tabs, maybe that is interfering with your code?

    Best regards,
    Rikard

    #971633

    nah.. the custom tabs plugin was a tryout option.. but it doesn’t deliver the desired result.

    What i’m trying to achieve is the pricetabe under the product description here which makes some automatic calculations based on the product price (not the most pretty product description.. i know :-P) and this is about as far a my php skills go
    https://www.medialeasetogo.nl/winkel/boretti-cfbi902ix-90-cm-inductie-2-ovens/

    So I got it to work here by putting it in the plugin folder.. which is of course the most crappy solution ever

    #972079

    Hi,

    Thanks for the feedback. I’m not sure why your override is not working, all I can recommend is to double check so that the file is in the correct folder. Maybe you could try to override another file as well to make sure is actually works? This is a bit out of our jurisdiction though, but we can try to help you out anyway.

    Best regards,
    Rikard

    #972128

    oke.. now I feel stupid.. I shouldn’t have it say enfold-child/woocommerce/templates/single-product but enfold-child/woocommerce/single-product without the templates in it..

    Thanks for making me look twice :-P

    #972628

    Hi,

    It’s easy to miss stuff like that, I’ve made the same mistake myself :-)

    Glad you found the problem though. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.