Mathesonandrew
Forum Replies Created
-
any updates on this, im gettting this as well
Forum: Plugins
In reply to: [WooCommerce] New Setup – not creating tablesanyone any clues?
these are the errors i get when activating the plugin?
[Table ‘theluxfo_wp.wp_wc_admin_notes’ doesn’t exist]
SELECT note_id FROM wp_wc_admin_notes WHERE name = ‘wc-admin-wc-helper-connection’ ORDER BY note_id ASCWordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_notes’ doesn’t exist]
SELECT note_id FROM wp_wc_admin_notes WHERE name = ‘wc-admin-wc-helper-subscription’ ORDER BY note_id ASCWordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_notes’ doesn’t exist]
SHOW FULL COLUMNS FROMwp_wc_admin_notes
WordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_note_actions’ doesn’t exist]
DELETE FROM wp_wc_admin_note_actions WHERE note_id = 0WordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_note_actions’ doesn’t exist]
SHOW FULL COLUMNS FROMwp_wc_admin_note_actions
WordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_note_actions’ doesn’t exist]
SELECT action_id, name, label, query, status, is_primary FROM wp_wc_admin_note_actions WHERE note_id = 0WordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_notes’ doesn’t exist]
SELECT note_id FROM wp_wc_admin_notes WHERE name = ‘wc-update-db-reminder’ ORDER BY note_id ASCi’ve got this issue as well, when trying to delete orders between a date range. it says its complete but only deletes 100 orders.
i’ve disabled cloudflare and wpfc caching but nothing
did you ever get an answer to this, we’re seeing this issue now where we don’t get notification of this.
can’t seem to find the hook for the admin email etc.
Forum: Plugins
In reply to: [Custom Product Tabs Lite for WooCommerce] tabs not showinghi,
we had to manually re enter the details.we could see the tab information within the database but it wouldnt show
Forum: Plugins
In reply to: [WooCommerce] Adding custom product tabs to 2.01thanks slashing pixels, you’ve been an amazing help.
just thought i would show you what i’ve managed to do thanks to your help ??
https://www.theopencollege.com/wordpress/courses/childcare-courses/child-development-fetac-level-6/
site isn’t due for launch for several weeks as we’ve to complete the data load but the courses page has really become simplified thanks to the tabs.
this is what we had before.
https://www.theopencollege.com/fetac-certificate-in-child-development-6N1942.htmlForum: Plugins
In reply to: [WooCommerce] Adding custom product tabs to 2.01thanks splashing pixels, you’re a gent.
Forum: Plugins
In reply to: [WooCommerce] Adding custom product tabs to 2.01thanks spalshingpixels, works a treat. one quick question though, how can i use that to remove the reviews tab?
Forum: Plugins
In reply to: [WooCommerce] Adding custom product tabs to 2.01ok, i can’t figure this out. any help would be much appreciated.
Forum: Plugins
In reply to: [WooCommerce] Adding custom product tabs to 2.01thanks splashingpixels.com
i think im getting closed but not quite right
$prod_tabs = array( 'description' => array( 'title' => 'Description', 'priority' => 10 , 'callback' => 'woocommerce_product_description_tab'), 'testtab' => array( 'title' => 'testtab', 'priority' => 30 , 'callback' => 'toc_mydata'), 'reviews' => array( 'title' =>'Reviews (01)', 'priority' => 40, 'callback' => 'comments_template'), 'AskAQuestion' => array( 'title' =>'Ask a Question', 'priority' => 50, 'callback' => 'question_template'), ) ; add_filter( 'woocommerce_product_tabs', $prod_tabs );
Forum: Plugins
In reply to: [WooCommerce] Adding custom product tabs to 2.01i’ve tried adding both these to my functions.php
add_filter( 'woocommerce_product_tabs', 'woocommerce_product_description_tab', 10 ); add_filter( 'woocommerce_product_tabs', 'woocommerce_product_attributes_tab', 20 ); add_filter( 'woocommerce_product_tabs', 'woocommerce_product_reviews_tab', 30 );
and
add_filter( 'woocommerce_product_tabs', 'woocommerce_default_product_tabs' ); add_filter( 'woocommerce_product_tabs', 'woocommerce_sort_product_tabs', 99 );
both of them result in my tabs disappearing and only my product description showing.
Forum: Plugins
In reply to: [WooCommerce] Adding custom product tabs to 2.01any documentation on it anywhere? when i use it, it removes all of my tabs
Forum: Plugins
In reply to: [WooCommerce] Adding custom product tabs to 2.01i did, read the code above?
Forum: Plugins
In reply to: [WooCommerce] CSS and tabs messed up since update@davros20 you are using custom tabs.
you have a tab here called additional information.
Forum: Plugins
In reply to: [WooCommerce] Tabs and styling on shop and single product pageit looks like with the tabs being completly re-written is causing this. i can’t see anything in the documentation on how to add-remove tabs