ksministries

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 36 total)
  • Author
    Posts
  • in reply to: Require input before adding to cart #1399467
    ksministries
    Participant

    Hello this did work for the need we had but would there be a way to remove the red outline that is created around the add to cart button? I looked in the supplied code but did not see any reference to color there? Thx

    in reply to: Require input before adding to cart #1396618
    ksministries
    Participant

    Where do I place this in our function.php?

    in reply to: Checkout quantity field is set to 1 instead of zero #1396614
    ksministries
    Participant

    No I had no custom code for this in place. I had to copy over there ticket.php file and change the bellow to get things to be set to zero. I would still like to be able to have all our events with only a single ticket to be set to 1 is there a way for me to do that? Thx

    woocommerce_quantity_input( array(
    ‘input_name’ => ‘quantity_’ . $ticket->ID,
    ‘input_value’ => 0,
    ‘min_value’ => 0,
    ‘max_value’ => $must_login ? 0 : $max_quantity, //

    in reply to: Checkout quantity field is set to 1 instead of zero #1395542
    ksministries
    Participant

    We are still having problems with this. We have an event with multiple tickets and we would like each ticket to show a zero in the input selection field to avoid customers adding all tickets to their cart when add to cart is picked on. But at the same time for events with only a single ticket we would like the default to be set to 1 (one) though right now the default is set to zero for all. Can we keep it at zero when there are multiple tickets for an event and when there is only one ticket type have it default to 1?

    Along the same lines when there are multip[le tickets and all selection input fields are set to zero is there a way to make is mandatory that the customer chose a ticket before they can add to cart? Right now with all zeros if they hit the add to cart button nothing gets added to the cart. Thx

    in reply to: Cost section on event page not displaying properly #1395532
    ksministries
    Participant

    resolved

    in reply to: Checkout quantity field is set to 1 instead of zero #1395329
    ksministries
    Participant

    Started another thread.

    in reply to: Change Buy Now button text #1323475
    ksministries
    Participant

    Hi Jennifer I did not see anything on the line you mentioned though I did find something on line 220?

    Robert Souza
    Katie Souza Ministries

    in reply to: Change 'Buy now' to 'Book now' and Button Color #1323413
    ksministries
    Participant

    Wow that fixed it you are pretty amazing I struggled for days with this I am so thankful for your help blessings

    in reply to: Change 'Buy now' to 'Book now' and Button Color #1322977
    ksministries
    Participant

    Geoff I forgot the last thing is the placement of the button can I get it to run leveled with the price field?

    in reply to: Change 'Buy now' to 'Book now' and Button Color #1322974
    ksministries
    Participant

    I was missing the exclamation mark this fixed worked perfectly thank you again Geoff!!

    in reply to: Change 'Buy now' to 'Book now' and Button Color #1322508
    ksministries
    Participant

    Sending screenshot again it seems to have not attached on first try.

    in reply to: Change 'Buy now' to 'Book now' and Button Color #1322506
    ksministries
    Participant

    Geoff the CSS worked thank you very much for that I only spend 8 hours trying it myself.

    I was not sure on what I needed to change on the php snippet. Could you show me where I am to place the “Buy now” text and the “Book now” replacement text? I tried changing “RSVP’ => ‘Registration’, but that did not work so I am guessing I am in the wrong section?

    While I have you could I get you to look at the way my Buy now button is positioned on the page. It should be inlined with the pricing field and “tickets left” field but it is not. I presently have the ticket left field hidden but even when it is there it does not change the position of the Buy now button I have attached a screenshot to show an example of mine and the way it should be.

    in reply to: Change 'Buy now' to 'Book now' and Button Color #1322105
    ksministries
    Participant

    Just an update we have searched in every file in all folder for event calendar and event tickets and event tickets plug and no where is there the words buy now for locating the new button. Not sure what to do from here thx

    in reply to: Change 'Buy now' to 'Book now' and Button Color #1322011
    ksministries
    Participant

    Hello again. I just wanted to add that I was able to find and change the “Add to cart” text in event tickets plus by copying and changing the text in the “tickets.php” file but I still cannot seem to find the file that contains the “Buy now” text. The color of the button also seems to be having a problem because when I refresh the page where the button is placed I can see my custom color that I applied underneath. Also would anyone be able to tell me what I can do to line up the button with the price box? As seen in screenshot they are off. Thx

    in reply to: Adding Sidebar to single event pages #1321623
    ksministries
    Participant

    Hello I am afraid this has gone over my head I suppose we will just have to live without a sidebar on our single event pages. Thank you anyhow.

Viewing 15 posts - 16 through 30 (of 36 total)