Martin

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: '; on Top of each page #1140676
    Martin
    Participant

    Another 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!

    in reply to: '; on Top of each page #1140675
    Martin
    Participant

    Oh, here is an impotent update: unfortunately the standard template doesn’t allow my sidebars and I need those… So what can we do here?

    in reply to: '; on Top of each page #1140662
    Martin
    Participant

    Hi 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

    Martin
    Participant

    Hi 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!

    in reply to: Decimal Separator #1139937
    Martin
    Participant

    Hi 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

    in reply to: adding soft hyphens to plugin-headings #1139662
    Martin
    Participant

    Thank 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

    in reply to: Decimal Separator #1139353
    Martin
    Participant

    Hi 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.00

    Is 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

    in reply to: Decimal Separator #1139053
    Martin
    Participant

    and here is screenshot No. 5

    in reply to: Decimal Separator #1139051
    Martin
    Participant

    Looks like the uploads did#t work… so here once again files 1 – 4

    in reply to: Decimal Separator #1139046
    Martin
    Participant

    Hi 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

    in reply to: Can not select Featured Image #1138530
    Martin
    Participant

    Hi there,

    it was a conflict with another plugin, thank you!

    Martin
    Participant

    I 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?

    Martin
    Participant

    Little 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’ );
    }

    Martin
    Participant

    Hi 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!

Viewing 14 posts - 1 through 14 (of 14 total)