baetensl
Forum Replies Created
-
Forum: Plugins
In reply to: [Invoices for WooCommerce] Update 3.1.6 crashesSame here, an error while generating an invoice caused problems while ordering.
I also reverted the Mollie version.
Thank for the info guys, saved me alot of time!Forum: Plugins
In reply to: [Loco Translate] VAT number not translatedHi,
I could not find the problem until now, when I check the PO file was not fully translated. When posting the PO file was however fully translated.
thx can be closed.
Hi,
Thanks for the quick support, I have send the debug log from the plugin and have created a ticket on https://www.bizswoop.com/support/ .
BR
LouisHi,
Thank you for the quick responses but I just wanted to know how i can reset 2fa on my wordfence Central account.
I am locked out and found it handy to have a central panel in order to check the sites at once.Br
Gerroald,
Thanks for getting back to me on this topic!
I will check with panda on why the site could be blocked and back on this post what they said.BR
Forum: Plugins
In reply to: [Invoices for WooCommerce] Remove woocommerce product add on from invoiceThanks for the reply!
The following code works in order to hide the data on the order page :
add_filter( 'woocommerce_hidden_order_itemmeta', 'hide_my_item_meta' ); /** * Hiding item meta * * @param array $hidden_meta Array of all meta data to hide. * * @return array */ function hide_my_item_meta( $hidden_meta ) { // Let's hide the meta 'kaartje'. $hidden_meta[] = 'Kaartje (€1,00)'; return $hidden_meta; }
I am however not able to get this working on the plugin.
Can you assist further?
Do I need to look at the template code in order to get the code working?BR.
Forum: Plugins
In reply to: [BulkGate SMS Plugin for WooCommerce] SMS pick-upHi,
For now I changed the code of the plugin as you can see above, but the sms does not pickup the added variable.
After changing the code and uploading the plugin extension with the code above I do not see the new variable.
I have added the variable <additional_afhaalcode> manually in the customer sms but is does not pickup the string from the order, the mail does add the string but not the sms.SMS example :
store: John Doe, bedankt voor de bestelling. Uw bestelling 14197 wordt verwerkt. BR store <additional_afhaalcode>I am not an advanced programmer and do not know if the data is fetched in woosms or where the problem lays.
Do I need to add code after uploading the plugin?
Is the added code triggerd when I open the woosms on wordpress in order for me to add the addtitional variable?I will try to figure this one out but would like someones advice.
BR.
Louisstring in customer sms
- This reply was modified 4 years, 7 months ago by baetensl.
Forum: Plugins
In reply to: [BulkGate SMS Plugin for WooCommerce] SMS pick-upHi,
I found code on github and on this plugin page which would make it posible for me to get the data from the order in the sms.
The plugin is called variable extension.add_action("woosms_extends_variables", function(Extensions\Hook\Variables $variables, Extensions\Database\IDatabase $database) { $result = $database->execute('SELECT <code>additional_afhaalcode</code> FROM <code>order</code> WHERE order_id = "'.$database->escape($variables->get('order_id')).'"'); if($result->getNumRows()) { $row = $result->getRow(); $variables->set('additional_afhaalcode', $row->additional_afhaalcode); }
information github : https://github.com/BulkGate/woosms-extensions/blob/master/README.md
Forum: Plugins
In reply to: [Invoices for WooCommerce] Invoice template company logook thank you for the info!
Forum: Plugins
In reply to: [BulkGate SMS Plugin for WooCommerce] SMS pick-upI have a plugin for pickup/delivery but not localpickup itself.
I wrote coded to add a custom text in the mail when a pickup is selected.
An additional textfield is added in the order/mail page as soon as the customer has pickup selected. The number of the code from the door is written in a field witch is displayed on the order/mail form.Can i add code to the functions php which could add it to the sms when send?
A resolution for me would be to add custom code or a possibility to add a specefic new item in “Personalize message” for the customer SMS.
BR Louis
Forum: Plugins
In reply to: [BulkGate SMS Plugin for WooCommerce] SMS pick-upHi,
No I havent.
Is there a plugin which I can use in order to send an additional sms to our customers when local pickup is selected?BR
LouisForum: Plugins
In reply to: [Opening Hours] open statusHi,
I found in another post this feature is not possible yet.
BR.
Forum: Plugins
In reply to: [LiveChat - WP live chat plugin for WordPress] Green WordPress iconHi,
I am verry sorry for the confusion!
Best regards