creaselambert
Forum Replies Created
-
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Add Delivery date to order review pagePerfect. Thank you very much. Just what I was after.
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Add Delivery date to order review pageYes.
My-account > recent-orders > view-order
Forum: Plugins
In reply to: [WooCommerce] "no recent orders"Thanks.
I found this to work.
if ( $customer_orders ) : // prints the orders table else : echo 'please buy some stuff'; endif;
Forum: Plugins
In reply to: [Easy Team Manager] View Details show even when no URL providedI am having this issue also, can this be removed? or hidden with CSS?
Forum: Plugins
In reply to: [New User Approve] Approval exceptionsOK thanks. I will look into it. Might be able to use it as is for now or find another plugin that does something similar. Just thought I would ask.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Attributes Add-On IssueI think you need another column called “attributes” to list the column of attributes required for that product.
i.e
attributes;pa_colour;pa_size
colour|size;red|blue;large|smallI wanted to use the same idea.
for instance colour is only available with certain attributes so I only want to show the colour variable when the other option that requires it has been selected.
Is this possible? Did you find an answer?
Forum: Plugins
In reply to: [Ban Hammer] Does this work with WooCommerceI have asked in woocommerce support lets see what happens. Seems like the simplest solution and I would really like to get it to work.
Forum: Plugins
In reply to: [WooCommerce] Restrict Registrations?The ban hammer author said he is using “the register_post() hook to filter” if that makes a difference.
Forum: Plugins
In reply to: [Ban Hammer] Does this work with WooCommerceI have downloaded and installed it and it isn’t working for me, so I guess I will have to ask them… Will see what they say.
Woo login creates customers etc and has a different set of roles to WP so might have different login setup. Its an in page login also and not the regular WP login.
Forum: Plugins
In reply to: [Woocommerce Custom Tabs] Feature RequestsNot sue if the plugin can do this already or not (couldnt see a mention of it). \
It would be good to have a custom tab that onl;y registerred users could see.
i.e. tab that includes buttons download product data sheets, or with additional more restricted information etc.
Hope this makes sense.