grobc
Forum Replies Created
-
Hi Joe,
thanks for your reply! And yes, the code example we already use for the ticket shop. Thanks
CarstenHi Joe,
- The customer reported his issue at this resolution center at PayPal
- Due to the reported problem, the customer was repaid from PayPal.
>> IPN > payment status = reversed
>> My Tickets status = failed - We got this notfication and got io contact with the customer.
- problem was resolved privately and the customers complaint at PayPal was canceled/closed – and marked within Paypal as solved
- The My Tickets payments status was changed to completed – manually
- The previous amount was debited again to the customers.
>> IPN > payment status > Canceled_Reversal
>> My Tickets status = failed - and we changed the status of the My Tickets payment again to completed
Thanks
CarstenForum: Plugins
In reply to: [Widgets on Pages] Critical Error messageahhh, found the problem, “widgets_on_pages.php” line 68:
wrong:
__fs( ‘hey-x’ ) . ‘
‘ . __ ( ‘Thanks for your continuing use of %2$s. Please help us improve it even further by opting-in below.
By doing so, some data about your usage of %2$s will be sent to %5$s. If you skip this, that\’s okay! %2$s will still work just fine.’, ‘widgets-on-pages’ ),correct:
__( ‘hey-x’ ) . ‘
‘ . __( ‘Thanks for your continuing use of %2$s. Please help us improve it even further by opting-in below.
By doing so, some data about your usage of %2$s will be sent to %5$s. If you skip this, that\’s okay! %2$s will still work just fine.’, ‘widgets-on-pages’ ),Forum: Plugins
In reply to: [Widgets on Pages] Critical Error messageIs it possible that you share the old version of the plugin? Unfortunately, a friend’s page does not have a rollback plugin installed and no backup has been created.
Thanks
CarstenAdded these requests at GitHub.
Great Service, great plugin!!!
The problem was solved the same day, the update was released one day later!Thanks
CarstenTHANKS!!
I wrote you an mail. But I also figured out, that if I add the step attribut to the input field via the browsers developer view, I am able to save the different prices, with or without decimal number.
https://i.ibb.co/JR0mK4s/Bildschirm-foto-2023-02-19-um-23-39-10.png
It′s the same, if I use decimal points.
https://i.ibb.co/1nGXH4n/Bildschirm-foto-2023-02-19-um-22-47-47.png
If you like, I can set up admin login.
Thanks
CarstenHi Joe,
if I set no default price at /wp-admin/admin.php?page=mt-ticketing I get the following message.https://i.ibb.co/R45CHB6/Bildschirm-foto-2023-02-19-um-21-48-41.png
If I set the default price for example to 18,5 and add a new ticket, I can set the price to 18,5 and any other price with xx,5, but so it′s not possible to sell tickets for 18€ or 8,60€, as example.
https://i.ibb.co/ZWmfByn/Bildschirm-foto-2023-02-19-um-22-07-16.png
So right now I have to change the default price to the desired one if I like to add a actual ticket ..
Same if I like to change the price for an existing one…ok, sorry, this was my fault..the address will not be shown at the cart page, it will only be shown at the checkput page.
Ok, the address fields will be shown at the cart page and and the checkout page. But the address will not be collected/the fields at the checout page will be shown empty.
Forum: Plugins
In reply to: [WP Download Codes] PHP 8.1I had to update also the db.php file, because of an PHP Error.
changed this:
$code_unique = ( sizeof( $code_db ) == 0);
to this:
$code_unique = ( is_countable( $code_db ) == 0);Forum: Plugins
In reply to: [WP Download Codes] Problems Uploading CodeSch?nen guten Morgen M. Bauer,
siehe diese Information zur split() function:
What is the replacement for split in PHP?
split() is deprecated as of PHP 5.3. 0. preg_split() is the suggested alternative to this function. If you don’t require the power of regular expressions, it is faster to use explode(), which doesn’t incur the overhead of the regular expression engine.
Hoffe dies hilft.
Grü?e
CGForum: Plugins
In reply to: [Breadcrumb NavXT] WordPress Error Message PHP 8.0.7 – Breadcrumb configHello John,
Thank you for taking the time to sort it out.