Forum Replies Created
-
AuthorPosts
-
Martin
ParticipantAnother update:
As you pointed the direction I checked the standard page of the template and just searched for the ‘;
And I found it. Now I am not to familiar with php but nevertheless deleted it and it works.So thank you for helping me!
Martin
ParticipantOh, here is an impotent update: unfortunately the standard template doesn’t allow my sidebars and I need those… So what can we do here?
Martin
ParticipantHi Geoff,
indeed I was not using the Standard but the WordPress-Standard. When I changed that, the ‘; disappeared. I am happy to use the event tickets standard – just can you give me a quick hint how to right justify it agin (no it is all centered.)
I probably will scan the style.css and find a solution but if you can give me a quick shot …?
Best regards
Martin
July 15, 2016 at 10:30 am in reply to: Editing in Woocommerce – venue and and host entry lost #1140437Martin
ParticipantHi Nico,
thank you for getting back – communication is always a win, isn’t it? Even when problems can not be solved immediately. The issue is not too bad as long as one knows, what is happening.
Will be looking forward to hearing back from your end when you have some news on it.
Best regards!
Martin
ParticipantHi Nico,
thumbs up – works perfect. Do I need to watch it when the update comes to make sure the update doesn’t change anything here?
Anyways, thank you for your help – makes using the plugin even more pleasant …
Best regards!
Martin
Martin
ParticipantThank you Cliff,
although it is a bit of a tragedy not to be able to use soft hyphens due to the limitations mentioned in the first article I guess I am going to try it with the css method anyway. I am not an expert but this doesn’t seem to difficult to ad.
Thank you again,
Best regards!
Martin
Martin
ParticipantHi Nico,
thank you for the effort you put into this. It now works in this way: when I enter a price in event tickets using the “.” as a separator it will show up as a “,” in the front-end. So thank you very much for this.
While we are on this note I foo have a question and we don’t have to go there, but …
Over here it is quite common to write: € 30,-
This means 30,00 or like in the US it would probably be 30.00Is there a way to make that possible as well? Maybe you want to ad that to the changes for the next release or the one after that? Or maybe there is even a way to tweak it right now?
Just asking …
Again, thank you very much and have a great evening – at least we have it evening here right now …
Regards
Martin
Participantand here is screenshot No. 5
Martin
ParticipantLooks like the uploads did#t work… so here once again files 1 – 4
Martin
ParticipantHi Nico,
thank you for getting back to me. I am not exactly sure what screenshots you would like to see. So I have added 5. The first one is the settings for currency at woocommerce.
The second and the third one show what happens when I use a “.” in event tickets plus (this is: the “.” will be used on the frontage.
The fourth and the fifth one show what happens, when I use the “,”. On the fronted you will not see a price at all …
I hope this helps
Martin
ParticipantHi there,
it was a conflict with another plugin, thank you!
May 26, 2016 at 4:49 am in reply to: In the settings there is no option to ad tickets to WooCommerce product pages #1119084Martin
ParticipantI just found that when I set a ticket to be a digital & downloadable products, then the order will be autocompleted. Is that the way it is supposed to be?
May 26, 2016 at 12:00 am in reply to: In the settings there is no option to ad tickets to WooCommerce product pages #1119043Martin
ParticipantLittle update:
in the other thread there was a bit of code provided (find it below). But this will not work, since it sends tickets out regardless whether these orders are completed or not …
/**
* Auto Complete all WooCommerce orders.
*/
add_action( ‘woocommerce_thankyou’, ‘custom_woocommerce_auto_complete_order’ );
function custom_woocommerce_auto_complete_order( $order_id ) {
if ( ! $order_id ) {
return;
}
$order = wc_get_order( $order_id );
$order->update_status( ‘completed’ );
}May 25, 2016 at 11:49 pm in reply to: In the settings there is no option to ad tickets to WooCommerce product pages #1119042Martin
ParticipantHi Brook.
Thank you for your reply!Yes – this helps. Actually I found the info also in another thread (different topic though). It was just a little confusing, that within the settings there should have been the option to activate it on product pages….
But actually the way it works is really good for what I want to accomplish.
I do have another issue though. Maybe I should start a new thread? I saw it in another thread as well, but this other thread is closed and I wonder, if you have already a solution. This is: autocomplete orders.
I would love Woocommerce (or Event Tickets Plus) to send out the tickets as soon, as the purchase is completed. I checked it with free tickets, there would be no need to not send them, but I still would have to complete the order manually. Probably the same with paypal payments…
Do you have any solution without coding?
Thanks again for your help,
blessings!
-
AuthorPosts
