shuv95
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Error in checkoutI am trying to use the classic checkout and getting this issue. But checkout page works fine in new block style. But all the online payment methods that we have in India is not compatible with new woocomerce blocks and hence does not show up in Checkout page and hence i need the classic checkout. I was using the classic checkout earlier and it was working fine but after the latest update i having this issue
Forum: Plugins
In reply to: [Super Progressive Web Apps] Showing Address BarHere is the Video
Forum: Plugins
In reply to: [Super Progressive Web Apps] Showing Address BarI am using Standalone Display Mode
I tried to override the template file by replacing this code in line 33
<div class=”store-content <?php echo ! $store_banner_id ? esc_attr( ‘default-store-banner’ ) : ” ?>”>
with:
<div class=”store-content <?php echo ! $store_banner_id ? esc_attr( ‘default-store-banner’ ) : ” ?>” onclick= “location.href='<?php echo esc_url( $store_url ); ?>’;” style=”cursor:pointer;” >
But it didn’t work. Can you tell me what code I have to use.