Profiles

  • Member Since: September 16th, 2010
  • Location: Romania
  • Website: jibo.ro
  • Job Title: WordPress Support
  • Employer: AppThemes.com
  • Find me on:
  • Posted a reply to Checkout loads forever, on the site WordPress.org Forums:
    Check to see if reCaptcha security feature is functioning properly...

  • Posted a reply to variation item name on result page, on the site WordPress.org Forums:
    There's no shortcode for this at the moment. I'll log a ticket for this feature,…

  • Posted a reply to Strange email received, on the site WordPress.org Forums:
    Did you by any chance enable the reCaptcha security for the form? You really should…

  • Posted a reply to Using with WP Affiliate Platform, on the site WordPress.org Forums:
    You can account for the product price variations using the following code... $varPrice = isset(…

  • Posted a reply to Product Prices Keep Reseting, on the site WordPress.org Forums:
    You set up the product with one time payment in the backend and later you…

  • Posted a reply to Stripe webhook after payment, on the site WordPress.org Forums:
    I just thought you needed to trigger something on your site during payment complete stage.…

  • Posted a reply to Stripe webhook after payment, on the site WordPress.org Forums:
    Sure, you can hook here ... do_action( 'asp_stripe_payment_completed', $data, $data['charge'] );

  • Posted a reply to Change input on Bank statement, on the site WordPress.org Forums:
    I'm not exactly sure what you mean. I suspect you're looking for support for the…

  • Posted a reply to Thank you in popup, on the site WordPress.org Forums:
    No, its not possible to load it within popup.

  • Posted a reply to Bots and charging the wrong amount, on the site WordPress.org Forums:
    You should always use recaptcha to protect the form. Let us know if you're still…

  • Posted a reply to Plugin Not Sending Seller Emails, on the site WordPress.org Forums:
    Do you have any SMTP plugin installed? You should authenticate all emails leaving your webserver.

  • Posted a reply to Bug: Items in drop-down selection have characters escaped (addition data), on the site WordPress.org Forums:
    Thanks for reporting. We'll look into it.

  • Posted a reply to Bug: Emails containing +, on the site WordPress.org Forums:
    Right, these aliases seem to be popular lately. I'll open a ticket. Thanks for reporting.

  • Posted a reply to 決済ボタンのみ表示の仕方について, on the site WordPress.org Forums:
    This is how you can do it.

  • Posted a reply to Is there an export/import option for products/settings?, on the site WordPress.org Forums:
    Sounds like a good feature. Thanks for the suggestion.

  • Posted a reply to Can we include product variable in Stripe payment summary?, on the site WordPress.org Forums:
    If we're talking about the moment before user hits the Pay button, it can be…

  • Posted a reply to BUG? > Quick edit feature causes loss of product data, on the site WordPress.org Forums:
    Thanks for reporting, I'll open a ticket as this looks like a bug.

  • Posted a reply to Email by product?, on the site WordPress.org Forums:
    There is a Post Payment addon that should cover your needs. Let me know how…

  • Posted a reply to Using short code in template file, on the site WordPress.org Forums:
    There's no issue getting the transaction ID, the code is fine except the do_action call…

  • Posted a reply to Using short code in template file, on the site WordPress.org Forums:
    The do_action call is an existing hook inside the plugin right after payment is confirmed.…

  • Posted a reply to need help testing the plug in, on the site WordPress.org Forums:
    Hi there, you need to get the required API keys for Sandbox and disable Live…

  • Posted a reply to Using short code in template file, on the site WordPress.org Forums:
    Where exactly are you checking? If its front-end, its possible it doesn't pause on your…

  • Posted a reply to Using short code in template file, on the site WordPress.org Forums:
    add_action('asp_stripe_payment_completed', 'asp_after_txn_callback', 10 ,2); function asp_after_txn_callback ($data, $charge) { var_dump($data);//Lets see what info is in…

  • Posted a reply to Using short code in template file, on the site WordPress.org Forums:
    That's not the best place to grab the payment information as its built just to…

  • Posted a reply to No state field on email notification, on the site WordPress.org Forums:
    This has been added to the development version of the plugin and should be included…

  • Posted a reply to Recommenations for use with cache plugins?, on the site WordPress.org Forums:
    Each plugin has its own way of handling caching. If you're hosted on LiteSpeed, then…

  • Posted a reply to Popup payment window close X button CSS (color, size), on the site WordPress.org Forums:
    You need to place the CSS within the plugin options (Advanced Settings) - Payment Popup…

  • Posted a reply to Allow close of payment pop-up by clicking outside of it, on the site WordPress.org Forums:
    Thanks for the suggestion. I personally think this could lead to accidental closing of popup…

  • Posted a reply to No state field on email notification, on the site WordPress.org Forums:
    Hi there, Thanks for reporting, I'll have a look and get back to you.

  • Posted a reply to Discount coupons set in the URL, on the site WordPress.org Forums:
    Hi there, may I know what are your plans with this feature request?

  • Posted a reply to Pop-up now redirects to login page, on the site WordPress.org Forums:
    I'm not being redirected anymore and I'm not registered either. Did you manage to fix…

  • Posted a reply to Pop-up now redirects to login page, on the site WordPress.org Forums:
    Is the products page public? Try to temporary disable the membership so you can isolate…

  • Posted a reply to Email by product?, on the site WordPress.org Forums:
    Hi there, I'm not sure I follow... the customer is asked to enter his details…

  • Posted a reply to Multiple quantity discounts?, on the site WordPress.org Forums:
    That's not possible. At least not in the traditional way. Depending on your needs, you…

  • Posted a reply to Additional Fields, on the site WordPress.org Forums:
    Not at the moment but I'm positive this will be added in the future within…

  • Posted a reply to Redirect to Stripe payment gateway rather than opening a popup, on the site WordPress.org Forums:
    There's no such feature I'm afraid.

  • Posted a reply to Can’t check payment validity. Aborting., on the site WordPress.org Forums:
    Which API are you using at the moment? Make sure you disable the legacy API…

  • Posted a reply to payment page loading, on the site WordPress.org Forums:
    If it still doesn't work after fixing the above issue, try disabling the coupons and…

  • Posted a reply to button issue, on the site WordPress.org Forums:
    That's probably stripe-handler-ng.js

  • Posted a reply to payment page loading, on the site WordPress.org Forums:
    Hi there, there seems to be a problem with mixed content on your page. Stripe…

  • Posted a reply to button issue, on the site WordPress.org Forums:
    Hi there, it looks like you have a javascript conflict on your site. Most likely…