Title: Rokeybur Rahman's Replies | WordPress.org

---

# Rokeybur Rahman

  [  ](https://wordpress.org/support/users/rokeyfx/)

 *   [Profile](https://wordpress.org/support/users/rokeyfx/)
 *   [Topics Started](https://wordpress.org/support/users/rokeyfx/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rokeyfx/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rokeyfx/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rokeyfx/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rokeyfx/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rokeyfx/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 47 total)

1 [2](https://wordpress.org/support/users/rokeyfx/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rokeyfx/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/rokeyfx/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/rokeyfx/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Svea Checkout for WooCommerce] part_payment_widget for category loop](https://wordpress.org/support/topic/part_payment_widget-for-category-loop/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year ago](https://wordpress.org/support/topic/part_payment_widget-for-category-loop/#post-18411516)
 * can you give me clue how i created based on current functions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Svea Checkout for WooCommerce] Organisationsnummer and personal number](https://wordpress.org/support/topic/organisationsnummer-and-personal-number/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year ago](https://wordpress.org/support/topic/organisationsnummer-and-personal-number/#post-18406995)
 * i think it save personal number for all orders. but maybe just add if user is
   person not company. normally company organization number save by default. anyway
   to add condition?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Svea Checkout for WooCommerce] Organisationsnummer and personal number](https://wordpress.org/support/topic/organisationsnummer-and-personal-number/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year ago](https://wordpress.org/support/topic/organisationsnummer-and-personal-number/#post-18406003)
 * i need add this on theme function.php?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Svea Checkout for WooCommerce] how to set on-hold](https://wordpress.org/support/topic/how-to-set-on-hold/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year ago](https://wordpress.org/support/topic/how-to-set-on-hold/#post-18403695)
 * does it work with svea? we have HPOS enable also.
 * // change payment processing to on hold
   add_filter( ‘woocommerce_payment_complete_order_status’,‘
   rfvc_update_order_status’, 999, 2 );
 * function rfvc_update_order_status( $order_status, $order_id ) {
 * $order = new WC_Order( $order_id );
 * //$paymethod = $order->payment_method_title;
 * if ( ‘processing’ == $order_status ) {
 * return ‘on-hold’;
 * }
 * return $order_status;
   }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seraphinite Accelerator] Category not purge](https://wordpress.org/support/topic/category-not-purge/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/category-not-purge/#post-18116998)
 * ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seraphinite Accelerator] Category not purge](https://wordpress.org/support/topic/category-not-purge/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/category-not-purge/#post-18116189)
 * yes it clear cache of categories of that product. now how i can make it automated?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seraphinite Accelerator] When it retry again for cache build up](https://wordpress.org/support/topic/when-it-retry-again-for-cache-build-up/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/when-it-retry-again-for-cache-build-up/#post-17991595)
 * Is there any time when it will be retry? because we setup interval long time 
   here [https://prnt.sc/8a2QcFtQKeHQ](https://prnt.sc/8a2QcFtQKeHQ)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seraphinite Accelerator] user cache](https://wordpress.org/support/topic/user-cache-2/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/user-cache-2/#post-17881828)
 * Yes because product and other things is same for all users. only add to cart 
   should work fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seraphinite Accelerator] user cache](https://wordpress.org/support/topic/user-cache-2/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/user-cache-2/#post-17880699)
 * But it generate cache for every user when login in. i want one cache for all 
   customer. is that possible?
 * Also how to preload user cache?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seraphinite Accelerator] No cache after add to cart](https://wordpress.org/support/topic/no-cache-after-add-to-cart/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/no-cache-after-add-to-cart/#post-17854107)
 * But that will do no cart item if someone do add to cart?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Svea Checkout for WooCommerce] Lot of pending order](https://wordpress.org/support/topic/lot-of-pending-order/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/lot-of-pending-order/#post-17846022)
 * Ok i will update but i need another thing. we know when company order it save
   company reg number on database but it does not save for personal reg number before
   so then we use this code before.
   inc/class-wc-gateway-svea-checkout.php// Save
   personal registration number if ( ! empty( $response[‘Customer’][‘NationalId’])){
   $reg_ps_nr = trim( $response[‘Customer’][‘NationalId’] ); $wc_order->update_meta_data(‘
   _svea_co_personal_reg_number_custom’, $reg_ps_nr ); }but maybe this code updated
   on new version where i can add that feature?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Svea Checkout for WooCommerce] Lot of pending order](https://wordpress.org/support/topic/lot-of-pending-order/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/lot-of-pending-order/#post-17835393)
 * We are using WooCommerce 5.0.0 and Svea Checkout för WooCommerce 1.18.0 and WordPress
   5.6.8 .
 * Can we just update svea? because currently we can not update woocommere and wordpress.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[F4 Total Stock Value for WooCommerce] How to override file](https://wordpress.org/support/topic/how-to-override-file/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/how-to-override-file/#post-15453722)
 * On Helpers.php and report.php I added extra meta key from cost of goods sold 
   plugin. so i know what is my cost for stock.
 * [https://prnt.sc/REqoCX2FBPzW](https://prnt.sc/REqoCX2FBPzW)
    [https://prnt.sc/RnNMtAShlf4J](https://prnt.sc/RnNMtAShlf4J)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Svea Checkout for WooCommerce] Order missing](https://wordpress.org/support/topic/order-missing-4/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/order-missing-4/#post-15416405)
 * I can see some orders pending if not paid but that not show in woocommerce order
   list. only way i can visit those orders by url. why svea hide those pending payment
   orders? how can we show it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ATUM WooCommerce Inventory Management and Stock Tracking] Show supplier sku](https://wordpress.org/support/topic/show-supplier-sku/)
 *  Thread Starter [Rokeybur Rahman](https://wordpress.org/support/users/rokeyfx/)
 * (@rokeyfx)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/show-supplier-sku/#post-14993301)
 * How to get variation id or get supplier sku for variable product?

Viewing 15 replies - 1 through 15 (of 47 total)

1 [2](https://wordpress.org/support/users/rokeyfx/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rokeyfx/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/rokeyfx/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/rokeyfx/replies/page/2/?output_format=md)