Webcrashpilot
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shipping method problemThe problem is still unsolved. The problems occurs in the cart and the checkout page. Swiss customers need to select a state (canton). Otherwise the shipping method is not selected.
This problem only occurs for customers with country “Switzerland” all other customers in all other countries do not need to choose a state. The shipping method is selected also without a state selected.
How can I solve this problem? I didn’t have this problem before the update to woocommrece 4.0.
Many thanks for the fast fix.
Forum: Themes and Templates
In reply to: [Storefront] Custom Logo – How to remove max-width?Dear Simonmm, thank you very much. That helped me a lot.
- This reply was modified 6 years, 1 month ago by Webcrashpilot.
Forum: Themes and Templates
In reply to: [Storefront] Resize the Header imageIt think it has something to do with the following fix:
Fix – Removed CSS rule that was incorrectly changing the width of image logos to 100%.
Forum: Themes and Templates
In reply to: [Storefront] Custom Logo – How to remove max-width?I see that in Version 2.35 there was the following fix:
Fix – Removed CSS rule that was incorrectly changing the width of image logos to 100%.
What was fixed here? Now I cannot increase the width of the logo anymore. I can make it smaller but not wider than 210px.
- This reply was modified 6 years, 1 month ago by Webcrashpilot.
- This reply was modified 6 years, 1 month ago by Webcrashpilot.
Forum: Themes and Templates
In reply to: [Storefront] Resize the Header imageI have add the following code:
.site-header .custom-logo {
width: 170%;
}It doesn’t change anything.
Forum: Themes and Templates
In reply to: [Storefront] Resize the Header imageI have the same problem. After the update to storefront 2.3.5 the logo is smaller.
In custom css I have the following code:
@media screen and (min-width: 768px) {
.site-header .custom-logo-link {
width: 170%;}
}Unfortunately this does only increase the logo link but not the logo image.
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Problem after update to woocommerce 3.2With Version 2.04 everything worked fine. Unfortunately I just updated to version 2.05 and now I have the same problem as before. Again the percent charge is not added to the total amount. This is clear a problem with Version 2.05.
There is this
$this->calculate_pay4payment( );
missing in line 79 of class-pay4pay.php:function add_pay4payment( $cart ) { $this->calculate_pay4payment( ); if ( ! is_null($this->_fee) ) { $cart->add_fee( $this->_fee->fee_title , $this->_fee->cost , $this->_fee->taxable , $this->_fee->tax_class ); } }
- This reply was modified 7 years, 1 month ago by Webcrashpilot.
After update to version 2.05 the charge for payment method is not added to the total amount anymore. With version 2.04 it worked fine. Please fix the error in the version 2.05.
There is this
$this->calculate_pay4payment( );
missing in line 79 of class-pay4pay.php:function add_pay4payment( $cart ) { $this->calculate_pay4payment( ); if ( ! is_null($this->_fee) ) { $cart->add_fee( $this->_fee->fee_title , $this->_fee->cost , $this->_fee->taxable , $this->_fee->tax_class ); } }
- This reply was modified 7 years, 1 month ago by Webcrashpilot.
- This reply was modified 7 years, 1 month ago by Webcrashpilot.
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Problem after update to woocommerce 3.2Many thanks, now I was able to fix it.
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Problem after update to woocommerce 3.2Hi, can you please give more information? It doesn’t work for me.
In Line 50 I have the following code:
`echo ‘<div class=”error”><p>’
. sprintf( __( ‘%1$s requires %2$s. Please activate %2$s before activation of %1$s. This plugin has been deactivated.’, ‘woocommerce-pay-for-payment’ ), ‘‘ . esc_html( $pay4payment_plugin ) . ‘‘, ‘‘ . esc_html( $woocommerce_plugin ) . ‘‘ )
. ‘</p></div>’;“Developers: Please make sure that you are including jQuery and there are no JavaScript errors on the page.”
I get this error with the twenty seventeen theme and also with the storefront 2.2.4 theme. In my opinion it has nothing to do with the themes as it occured after a plugin update to version 3.2.2.
- This reply was modified 7 years, 4 months ago by Webcrashpilot.
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] german version?Hi, I work with POEDIT and tried to safe the new files in plugins/gift-cards-for-woocommerce/languages/ . How do I have to rename the language file?
wpr-giftcards.de_DE.po ?
Actually I have this code:
`public function init () {
if($_GET[“post_type”] == “product”){ return false;};
global $psad_queries_cached_enable;
$psad_queries_cached_enable = get_option( ‘psad_queries_cached_enable’, ‘no’ );add_filter(‘loop_shop_per_page’, array( $this, ‘limit_posts_per_page’),99);`
@blackaholic89 can you give me more information? Where do I have to place this code?
In the class-wc-psad.php file of the Plugin?
I have removed the following code:
`public function init () {
global $psad_queries_cached_enable;
$psad_queries_cached_enable = get_option( ‘psad_queries_cached_enable’, ‘no’ );add_filter(‘loop_shop_per_page’, array( $this, ‘limit_posts_per_page’),99);`
Now it works a bid better for some search terms. With others I get a “parse error”.
To the plugin developer could you please solve this issue in the next update?
PS: Strange enough, there is no parse error anymore. It works.
- This reply was modified 7 years, 7 months ago by Webcrashpilot.
- This reply was modified 7 years, 7 months ago by Webcrashpilot.
- This reply was modified 7 years, 7 months ago by Webcrashpilot.