-
Posted a reply to Create WooCommerce order with Vipps in REST, on the site WordPress.org Forums:
Sure. I agree. As long as Woo updates the order with address and confirms the… -
Posted a reply to Create WooCommerce order with Vipps in REST, on the site WordPress.org Forums:
Thanks! This is a sequence diagram of what I want to do. Wordpress WooCommerce could… -
Posted a reply to Create WooCommerce order with Vipps in REST, on the site WordPress.org Forums:
Hi Thank for offering, you don't need to spend time on this. At least not… -
Posted a reply to Create WooCommerce order with Vipps in REST, on the site WordPress.org Forums:
Thanks I cannot find any woo-vipps logs in wp-content/uploads/wc-logs/. This is what I intended to… -
Created a topic, Create WooCommerce order with Vipps in REST, on the site WordPress.org Forums:
Hi all I'm trying to create a WooCommerce order using… -
Posted a reply to _BOOKINGFORMCUSTOM field not found, on the site WordPress.org Forums:
A kind of a dirty fix would be to test like this: if(substr( $nickname, 0,… -
Posted a reply to _BOOKINGFORMCUSTOM field not found, on the site WordPress.org Forums:
Found it. Still the same problem. -
Posted a reply to _BOOKINGFORMCUSTOM field not found, on the site WordPress.org Forums:
Where do I find functions.php? Do you mean em-functions.php? -
Posted a reply to _BOOKINGFORMCUSTOM field not found, on the site WordPress.org Forums:
No. It did not work. Still printing the <DIV... -
Posted a reply to _BOOKINGFORMCUSTOM field not found, on the site WordPress.org Forums:
Thanks! I think that worked. Replacing ' with ". I will test on my real… -
Posted a reply to _BOOKINGFORMCUSTOM field not found, on the site WordPress.org Forums:
I agree. Just testet your suggestion, but it did not work. I now printed out… -
Posted a reply to _BOOKINGFORMCUSTOM field not found, on the site WordPress.org Forums:
The !in_array() for $people? is the original code. Thanks. I will test. -
Posted a reply to _BOOKINGFORMCUSTOM field not found, on the site WordPress.org Forums:
Yes, I noticed. Fixed now. -
Posted a reply to _BOOKINGFORMCUSTOM field not found, on the site WordPress.org Forums:
attendeelist placeholder: <?php /* @var $EM_Event EM_Event */ $people = array(); $EM_Bookings = $EM_Event->get_bookings(); if(… -
Posted a reply to _BOOKINGFORMCUSTOM field not found, on the site WordPress.org Forums:
Sorry, my bad. I did not check my spelling when posting this topic, but I… -
Created a topic, _BOOKINGFORMCUSTOM field not found, on the site WordPress.org Forums:
What can expect the _BOOKINGFORMCUSTOM(field_id) to re… -
Posted a reply to Nickname for anonymity in attendee list, on the site WordPress.org Forums:
Thanks I'm starting to figure this out, but I'm having some issues checking if the… -
Created a topic, Nickname for anonymity in attendee list, on the site WordPress.org Forums:
Hi We are using Event Manager and Event Manager Pro o…