Istiaq Nirab
Forum Replies Created
-
v1.0.5 released
HPOS support added.
Please update the latest version of “Pathao Integration for WooCommerce” plugin and check it back.
Thanks.
Forum: Plugins
In reply to: [Pre Order Addon for WooCommerce - Advance Order/Backorder Plugin] Mass replyNice idea ! We will add this feature at near future !
You may change order status from processing to pending payment to collect payment from customer.
After order status changed, woocommerce will sent notification to customsers by Email.
Thanks.
- This reply was modified 1 year, 7 months ago by Istiaq Nirab.
If payment isn’t required at first scenario ( in checkout ), You can use Pay later , when product is in_stock , Just simply change order status to pending payment & collect payment.
Thanks.
So there’s no way to use a standard payment gateway when purchasing pre-orders?
Unfortunately, Not at this moment ! Standard payment gateway, advance payment etc. feature will be included premium version only !!
Will the pro version include custom message options do you think?
We’ll add this feature in Free version as well. It’s may happen on future releases !!
Pay Later is a payment method that we initialise with our plugin for pre-order products without payments. This plugin removed other methods when cart has pre-order products.
You can use Real-Time Find and Replace plugin for changing “Currently You have Preorder product on cart !!”
Thanks.
Awesome, thank you!
Most welcome. It’s my pleasure.
We’ve added various classes on label, marker in v1.0.5. For your case ,
p.sdevs_preorder_single_notice { display: none; }
Thanks.
Do you think you might include the option to remove this restriction in the future?
Yes, This feature will be available on premium version only. Also you’ll see variable product support them.
Is it possible to add a setting that allows pre-orders to be ordered with other products in the same cart?
At this moment , “NO“. Because we allow customers to pre-order products without any payments !
$post_excerpt .= '<p><strong>Release date: </strong>'.date( 'F d, Y', strtotime( $rels_date ) ).'</p>';
You need to set Label position to default . If you want to display release date after product’s short description.
If you want to mixed release date with short description. Then you need to filter the content of short description.
To access current product release date :
global $product; $rels_date = $product->get_meta( '_preorder_product_release_date', true );
Thanks.
The ‘After Product Title’ option doesn’t seem to work, it displays in the same place as the ‘Before Product Title’ option.
Both options works fine in my case. Make sure your theme is fully compatible with WooCommerce.
Thanks.