• kledoux

    (@kledoux)


    I’m developing a store for a cannabis company to sell merchandise and we repeatedly run into a problem of being shut off by payment gateways.
    I’m looking to capture the values inserted into the checkout page (both the customer form and the list of cart items) and send it either through the site to the back end or email it to the shop owners for fulfillment. It’s a little hands-on but the rules against selling from a site that even mentions weed are tough.
    Anyone have any ideas? Create PDF and email? Email page?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jay

    (@phyrax)

    Looks like you’re using WooCommerce – look into getting cart contents, this should get you started: https://stackoverflow.com/questions/28576667/get-cart-item-name-quantity-all-details-woocommerce

    You can then use wp_mail() to send the email just making sure to fill in the necessary fields.

    While I don’t know if it would solve your payment gateway issues, you could also take a look at WPDispensary – https://www.wpdispensary.com/

    catacaustic

    (@catacaustic)

    There’s also the option of using an offline payment processor, so you just take the orders online, and then contact your customers to organise payment through what ever methods you have available. There’s several things like that availabe in WooCommerce out-of-the-box, so that would be the easiest way.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Emailing page contents (ie shopping cart) from client to shop owner’ is closed to new replies.