3C's
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Single Product Price SizeThanks Lorro, but that didn’t seem to work. Have a look:
https://nuu-muu.com/temp/product/samba-ruu/Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] subscriptions update?Hi Sean,
Just checking in to see if there is an update for the subscription addition to the plugin?Thanks for all your work.
Forum: Plugins
In reply to: [WP eCommerce] No Transaction Report emailThanks Whitelamp.
https://pastebin.com/9HDQhVkcCC’s are accepted offsite.
What do I need to change the following code to?
$this->set_transaction_details(substr($response,11,6), 3 );
$this->go_to_transaction_results($this->cart_data[‘session_id’])and
$merchantTransaction->set_transaction_details($merchantTransaction->purchase_id , 3 );
$merchantTransaction->go_to_transaction_results($merchantTransaction->session_id);Forum: Plugins
In reply to: [WP eCommerce] No Transaction Report emailThanks for taking a look. Never used pastebin, so here it goes.
<script src=”https://pastebin.com/embed_js.php?i=wMpguDMe”></script>
Forum: Plugins
In reply to: [WP eCommerce] No Transaction Report emailunfortunately, no such luck.
Forum: Plugins
In reply to: [WP eCommerce] No Transaction Report emailThanks for the reply, Whitelamp. Just to be clear, are you saying that if I add:
$note = “Payment completed”;
$data = array(
‘processed’ => WPSC_Purchase_Log::ACCEPTED_PAYMENT,
‘notes’ => $note,
‘transactid’ => $ticketnum,
‘date’ => time(),
);
$purchase_log = new WPSC_Purchase_Log( $sessionid, ‘sessionid’ );
$purchase_log->set( $data );
$purchase_log->save();to my payment gateway php file, emails will start sending once again? Once an order is complete, the order status changes to accepted payment w/o issue. However, this change is not triggering the emails. (even if I change order status from accepted -> received -> accepted).
Thanks for the help, this has making steam come out of my ears.
Nate
Forum: Everything else WordPress
In reply to: Widget link target frameThanks for the reply, Justin. Im patiently waiting and hoping someone corrects you. ??
The url embedded in the iframe is being designed specifically for this reason, so Im hoping we can find an alternative if its not possible. The widget iframe will list upcoming events based on info received from an xml feed, and I’d like to display the details of those events in the main body.
Any other suggestions as to possible options?
Thanks.