Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. flashman

    PHP Screen does not refresh until all emails sent

    Hello, it is not good practice to send batch emails on single form POST. You could try to use email_queue option. For example, store all emails with required information's to database when sending emails (do not send them yet). Using CRON fetch your emails in chunk (5 by 5 for example) and...
  2. flashman

    PHP calculate total price based on quantity

    Hello, do you want to calculate price and total when user changes quantity without form posting or when form is posted? More friendly solution would be to include JavaScript and listen onchange event on quantity fields. So when you change value in any quantity field, cart items and cart...
  3. flashman

    PHP how to store the quantities alongside the products which the user has added to their cart.

    Hi, it is hard to help others just by seeing their code and not without trying. You can try to debug $_SESSION after value has been set to it using var_dump($_SESSION);
  4. flashman

    Read Me How did you find us?

    Helko, just registered. Found this forum on XenForo forum.
Back
Top Bottom