Please help….with woo ticket just purchased

Home Forums Ticket Products Event Tickets Plus Please help….with woo ticket just purchased

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1021146
    Byung Hwa
    Participant

    Please help….with woo ticket just purchased

    1) how can I remove attached Calendar powered by The Events Calendar link? (Reference to below capture link)

    http://www.osaeyo.com/powered.jpg

    at http://osaeyo.com/paeg/ticket/events/ (right below calendar left side)

    2) Do you have “Short Code” for tickets add to cart on the post page such on below?

    http://osaeyo.com/paeg/ticket/2015/10/22/gone/

    3) please advise what images I can add to? (Reference to screen capture)

    http://www.osaeyo.com/image_box.jpg

    #1021279
    George
    Participant

    Hey @Byung! I’ll address your questions in order:

    1) how can I remove attached Calendar powered by The Events Calendar link? (Reference to below capture link)

    You should be able to do this by heading to Events > Settings in your wp-admin. There’s an option called “Show the The Events Calendar link” – simply un-check this option, save your changes, and it should be gone when you go back to view your page.

    Here’s a screenshot of that option:


    2) Do you have “Short Code” for tickets add to cart on the post page such on below?

    Unfortunately, we do not have a shortcode for enabling that on non-Event posts at this time 🙁 The best option currently is just to add a link to the event itself at the bottom of your post or something, unless you were to write custom code to get around this.


    3) please advise what images I can add to? (Reference to screen capture)

    Those image spots are for the “Featured Image” of your event – you can learn about this feature here: http://www.wpbeginner.com/glossary/featured-image/

    I hope this helps!

    Cheers,
    George

    #1021518
    Byung Hwa
    Participant

    Dear George,

    Thank you for helping.

    Please reference to below additionals and advise,

    1. I have sat featured images at Wp-Admin just like following :
    http://osaeyo.com/screen_feature.gif
    and I still see the blank box when I process ADD to cart just like following:
    http://osaeyo.com/image_box.jpg

    2. I am using Samsung Galaxy Android and followinf capture shows that no price can not be seen
    after add to cart jus t like this:
    http://osaeyo.com/Screenshot_Andorid.png

    3. How can I add time left function just like this:
    http://osaeyo.com/time_left.gif

    Thanks always and looking forwar to hearing back

    • This reply was modified 8 years, 6 months ago by Byung Hwa.
    #1021798
    George
    Participant

    Hey @Byung,

    I’m sorry that issues persist with the Cart image. To remove those, I would recommend adding this CSS to the bottom of your theme’s style.css file:

    .woocommerce table.cart .product-thumbnail { display:none !important; }

    And then adding this code to your theme’s functions.php file:


    add_filter( 'woocommerce_cart_item_thumbnail', '__return_empty_string' );

    As for the “time left function”, that is only available in the countdown widget included with the plugin. If you want similar functionality somewhere else on your site, unfortunately you would have to custom-code that functionality yourself or find another plugin or widget out there that would enable that where you want it 🙁

    Cheers,
    George

    #1021972
    Byung Hwa
    Participant

    Thank you George

    #1022230
    George
    Participant

    😀

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Please help….with woo ticket just purchased’ is closed to new replies.