abdull85
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Shipping & Tax] issue with tax classsolved
Forum: Themes and Templates
In reply to: [OceanWP] Increase number of products in searchI need help Amit I have searched everywhere to this issue
Forum: Themes and Templates
In reply to: [OceanWP] Increase number of products in searchplease let me know
Forum: Themes and Templates
In reply to: [OceanWP] Increase number of products in searchForum: Themes and Templates
In reply to: [OceanWP] Increase number of products in searchwhat to change to increase the products when customers search
// Classes $wrap_classes = array( 'products', 'oceanwp-row', 'clr' ); // List/grid style if ( ( oceanwp_is_woo_shop() || oceanwp_is_woo_tax() ) && get_theme_mod( 'ocean_woo_grid_list', true ) && 'list' == get_theme_mod( 'ocean_woo_catalog_view', 'grid' ) ) { $wrap_classes[] = 'list'; } else { $wrap_classes[] = 'grid'; } // Responsive columns $tablet_columns = get_theme_mod( 'ocean_woocommerce_tablet_shop_columns' ); $mobile_columns = get_theme_mod( 'ocean_woocommerce_mobile_shop_columns' ); if ( ! empty( $tablet_columns ) ) { $wrap_classes[] = 'tablet-col'; $wrap_classes[] = 'tablet-' . $tablet_columns . '-col'; } if ( ! empty( $mobile_columns ) ) { $wrap_classes[] = 'mobile-col'; $wrap_classes[] = 'mobile-' . $mobile_columns . '-col'; } // If infinite scroll if ( 'infinite_scroll' == get_theme_mod( 'ocean_woo_pagination_style', 'standard' ) ) { $wrap_classes[] = 'infinite-scroll-wrap'; } $wrap_classes = implode( ' ', $wrap_classes ); ?> <ul class="<?php echo esc_attr( $wrap_classes ); ?>">
`
- This reply was modified 4 years, 9 months ago by abdull85.
Forum: Themes and Templates
In reply to: [OceanWP] single product, Move short descriptionThanks ??
Forum: Plugins
In reply to: [WooCommerce] Limiting shipping areas to some itemThat would be great if you guys include this in the update, I would appreciated
Thank you
Forum: Plugins
In reply to: [WooCommerce] reorder short descriptinany idea ?
Forum: Themes and Templates
In reply to: [OceanWP] single product, Move short descriptionno help ?
Forum: Plugins
In reply to: [WooCommerce] reorder short descriptinI just checked and seen this
oceanwp/woocommerce/cart/mini-cart.php,
oceanwp/woocommerce/content-single-product.php,
error_log,
oceanwp/woocommerce/loop/loop-start.php,
oceanwp/woocommerce/single-product/title.phpbut how do i fix it ?
Forum: Plugins
In reply to: [Delivery Drivers for WooCommerce] issue and requestany idea why it is not working ?
Forum: Plugins
In reply to: [Delivery Drivers for WooCommerce] issue and requestI am not getting reply from you in email ! its been awhile now!
- This reply was modified 4 years, 11 months ago by abdull85.
Forum: Plugins
In reply to: [Delivery Drivers for WooCommerce] issue and requestfunction acme_login_redirect( $link ) {
// Change the value to your full my-account URL (https://etc)
$link = ‘https://akleel.com/my-account/driver-dashboard/’;return $link;
}
add_filter( ‘ddwc_driver_dashboard_login_redirect’, ‘acme_login_redirect’ );for some reason the url is not working here but thats what it looks like
- This reply was modified 4 years, 11 months ago by abdull85.
Forum: Plugins
In reply to: [Delivery Drivers for WooCommerce] issue and requestyes that is what i do for first one i assign driver then update the order,, but the “out for delivery” does not appear. with the auto option seems everything working fine
https://gist.github.com/robertdevore/bc1a1abaca7135a1a08b701f93596139
I tried that on function.php it did not work with changing the full url