robertodonpedro
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal for WooCommerce] Undefined index: enabledWell, I deleted the cache, too. This was not the issue.
Maybe checking it withissethelps, just to be sure:if(isset(@$pp_settings['enabled']) && 'yes' === @$pp_settings['enabled'])...
But no problem for me anyway, just didn’t expect this initial experience…:-).
However, good plug-in, maybe I contact you through your site soon.
Thx, RobertForum: Plugins
In reply to: [PayPal for WooCommerce] Undefined index: enabledPHP 5.6.20
WP 4.7.3
WC 2.6.14This error just appear after initial install. If you than enable another gateway like Paypal Express Checkout the error disappears. If you enter some API Data the REST Payment appears at checkout and it works.
Forum: Plugins
In reply to: [Wholesale Market] Incorrect success message with variationsYes, now it works good :-). Please see my Review, too.
Forum: Plugins
In reply to: [Wholesale Market] Incorrect success message with variationsThe message is ok now, but now it shows the wholesale price in the cart although the quantity is not reached and it even allows to checkout with the wholesale price! The problem not only appears with variants but also with simple products….
Forum: Hacks
In reply to: Change domainname with add_rewrite_ruleI want the following:
The URL http://www.myfirstdomain.com/demo/mysite/
shall be accessible through http://www.myseconddomain.com/Of course there should be no penalties from searchengines.
Is there a solution for this with WordPress?
I would prefer a wordpress solution over vhost solution, because I want to make it configurable with WP Options later on.
Forum: Hacks
In reply to: Change domainname with add_rewrite_ruleMaybe I explained myself wrong:
Both Domains point to my WordPress Installation yet. The DNS is configured this way.
I simply want to change the hostname+domain in the browser, depending on which url is requested.
You can do this with htaccess for example, too, there is nothing unethical with this.
Just wanted to know if it’s possible just with wordpress “add_rewrite_rule”, too.Forum: Plugins
In reply to: No plugins match your requestHi, can anyone help me with this issue please?
ThxForum: Plugins
In reply to: [WooCommerce] Enter Shipping costs inclusive of taxWow, thanks for this quick response!
Would appreciate this feature…, thx.