chemistrap
Forum Replies Created
-
Forum: Plugins
In reply to: [Checkout Field Manager (Checkout Manager) for WooCommerce] Documentation???It’s too hard to find but there is old one.
https://www.visser.com.au/documentation/I was struggled same topic and i’ve tried 3 times making select field via
https://www.visser.com.au/documentation/woocommerce-checkout-manager/usage/
Just Go to – > Woocommerce Settings -> Account & Privacy Tab
And here is string: Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy]
You can translate as you want.
Forum: Plugins
In reply to: [Import any XML or CSV File to WordPress] Date Convert to Text@duceduc thank you so much again.
I handle localization with i18nif change your code like that
function formatDate($str) { $yr = preg_replace('#\/[^/]*$#', '', $str); $month = preg_replace('/^.*\/\s*/', '', $str); $mth = 'Invalid Month'; if($month >= 1 && $month <= 12){ $mth = date_i18n("F", strtotime("2001-" . $month . "-01")); } return $mth.' '.$yr; }
it worked like what exactly want.
many thanks
it worked perfectly!Forum: Plugins
In reply to: [Import any XML or CSV File to WordPress] Date Convert to Text@duceduc your code was work but only translate problem occured. How can i handle that?
Thank you.Forum: Plugins
In reply to: [Import any XML or CSV File to WordPress] Date Convert to TextThank you for help. I guess your snipper code more logical other but thanks anyway to guys.
Forum: Plugins
In reply to: [Import Products from any XML or CSV to WooCommerce] Category IssueHello again,
Im using XML file and there is no any delimiter. They was created category structure a bit complex. If you want i can send you a copy of xmlForum: Plugins
In reply to: [Import Products from any XML or CSV to WooCommerce] Category IssueHello again
Sorry for late cause i just realized your email.
Actually problem is my xml file structure. Category scheme is a bit weird, example: some products has Parent Category 1 > Sub Category 1 > Category 1 AND ALSO Parent Category 2 > Sub Category 2> Category 2
And the structure of categories in that XML is very struggle.
Couldnt i resolve that
If you can help me i ll be glad that
ThnxHello @hassan
I’m using dokan 2.7.2, i was modified that plugin cause my special payment gateway so i’m updating carefully and when i update 2.7.4 version my website was breaked up.
So, could you please how it fix that?
Or when i update newver version is that occure any problem agan?@roneisantos thank you for kindly reply but i think it could resolve different solution like a code snippet etc. And also that plugin very old it could make security problem.
Thank you againI’m having same issue with that.
That’s really wonderful work If product permalink could make specific each product.
We need this.Hello again,
Thank you for detailed explanation.
We have made a custom plugin for integrate between iyzico with Dokan plugin and i installed that plugin but that did not work. I guess there is different hooks.Thank you @nazmulhassann20 , but i’m not PHP expert i just operating wordpress.
If you could have paid customization/integration service i’ll be glad thatThank you great solution
@pri2sh , @nazmulhassann20 i’ve replied answer to wrong topic sorry for that