ecullu
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Incorrect quantities pass to PayPalHi,
I’m using pro version of the plugin.
I’ve submitted my question on https://wpplugin.org/contact/
Thanks,
EmreHi Scott,
Thanks for fast response.
It looks like your plugin send the total amount needs to be paid to PayPal, right ?
User types the number of tickets they need, and ticket has a fixed price. Your plugin multiply the number of tickets by the fixed price and send it to PayPal.
I just want to grab that total amount field you sent to the PayPal, is it possible ?
Thank you,
EmreNever mind, I figured it out as well. It is explained in Knowledge base.
https://wppopupmaker.com/docs/getting-started/creating-your-first-theme/
Sam,
I am trying to do same, how did you do it ?
Thank you,
EmreForum: Plugins
In reply to: [Simple Shopping Cart] Can't see product name on "Cart Orders'Hi,
I was referring to the “Cart Order” menu on the dashboard.
Thank you,
It was because of a typo in the php code. Thanks for help!
sorry it was a wrong alarm. I missed the s2member Pro update notification.
Forum: Plugins
In reply to: [Simple Shopping Cart] Add to chart shortcode positioningI figured it out, it was the column width. Thanks for help
Forum: Plugins
In reply to: [Simple Shopping Cart] Add to chart shortcode positioningThanks for the instructions, but I could not figure it out, I’ve tried many CSS functions: float, margin-right,padding-right, display but still couldn’t locate it where I want. (inline with the text)
Forum: Plugins
In reply to: [Simple Shopping Cart] Add to chart shortcode positioningForum: Plugins
In reply to: [Simple Shopping Cart] Add to chart shortcode positioningNeed to be able to have the Add to Cart button inline with text rather than on a new line
Thanks for advice krumch!
I don’t think it is related to Php code. Since it started after SSL installation, I am going to revert SSL and try again.
I think there is a conflict between SSL and ezPhP/s2member pro forms.
Thanks!
Do you think reinstalling ezPHP plugin helps ?
Thank you!
Thanks for the reply.
I double-checked the code but looks good. Do you see any “;” typo ?
[php] // Change these to the date you want the annual cycle to officially start $cycle_start_year = date('Y') +1; // Always use the current year $cycle_start_month = '1'; $cycle_start_day = '1'; $cdate = mktime(0, 0, 0, $cycle_start_month, $cycle_start_day, $cycle_start_year); $today = time(); $difference = $cdate - $today; if ($difference < 0) { $difference = 0; } $trial_days = floor($difference/60/60/24); // Calculated number of days until yearly cycle should start [/php]I have not installed any theme update or plugin. It started after SSL certificate is installed.
Is ezPHP fully compatible with WP 4.3 ?