kroma
Forum Replies Created
-
Forum: Plugins
In reply to: [Germanized for WooCommerce] Cancel order button on my account pageThanks, this solved my problem
@rzepsen seems like it is required to have Woocommerce installed… I wanted to use this without woocommerce – is it possible?
“Also, it perfectly runs in a standalone WordPress, so you can invoice your services directly in the WordPress dashboard.” – so this description isn’t really accurate i guess?
@rzepsen thanks for reply – i just deactivated all plugins and activated storefront theme. Errors are gone, but still can’t edit address or add new invoice products – simply nothing happens when I click on edit-pen.
BTW. Do I need to have Woocommerce installed for this to work? I want to use invoices for WordPress only not Woocommerce.
Forum: Plugins
In reply to: [FreshMail For Wordpress] Plugin breaks WPCF7@jasionn did you find solution for this issue?
Forum: Plugins
In reply to: [Germanized for WooCommerce] Germanized Pro + Paypal PlusThanks for leading me to right way, but for future reference its:
PAY_UPON_INVOICE not PAY_BY_INVOICE[if_order_data meta=”instruction_type” value=”PAY_UPON_INVOICE”]
Account holder: [order_data meta=”account_holder_name”]
IBAN: [order_data meta=”international_bank_account_number”]
BIC: [order_data meta=”bank_identifier_code”]
Reference Number: [order_data meta=”reference_number”]
Payment Due Date: [order_data meta=”payment_due_date”]
[/if_order_data]Forum: Plugins
In reply to: [Germanized for WooCommerce] Germanized Pro + Paypal PlusThanks for your answer.
So It’s not integrated at all with Germanized Pro? We need to customize your plugin or what?
We are using official Paypal Plus Plugin for WordPress- This reply was modified 6 years, 1 month ago by kroma.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Remove checkout actions/filterThanks for your reply but I’ve already did (I think all of them are checkout related, right?) and some of the changes WCC makes are still there
https://paste.ofcode.org/pwSpXjrR2zxkGFTQ42sVTD
Or im missing something?
Forum: Plugins
In reply to: [WooCommerce] Update cart button, custom functionThanks for the answer.
But what hook is fired after i click update cart button. I mean i need to modify calculation of the cart items and add there some meta. Is is possible?Forum: Plugins
In reply to: [WooCommerce] Update cart button, custom functionCan you provide such answer?
Forum: Plugins
In reply to: [WooCommerce] Update cart button, custom functionThanks for the advice… but im the developer. Asking for the hook i can use…
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Get term colorNevermind, you don’t store it as term custom field. Did SQL query.
Ok got this covered, please del this thread.
Forum: Plugins
In reply to: [Open Table Widget] Pro version – German restaurantOk I’ve got this, your widget need some fixes:
open-table-widget-pro/classes/widget.php
There is wrong case (lines 434, 440):
case ‘ger-eng’
case ‘ger-ger’Should be:
case ‘de-de’
case ‘de-eng’This was causing wrong redirects (or no redirects) to .com domain not .de
- This reply was modified 8 years, 3 months ago by kroma.
Forum: Plugins
In reply to: [WooCommerce] Add to cart not workingPleae mark this as resolved or delete it.
Thanks! Cheers
Forum: Plugins
In reply to: [WooCommerce] Add to cart not workingThanks for leading me to solutions. Seems like this plugin (even deactivated) had some backdoor https://pl.www.ads-software.com/plugins/yith-woocommerce-wishlist/
Causing some injections to frontend.