Adil Farooq
Forum Replies Created
-
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterThanks, @abdulrazzaq4085 for the explanation. This is actually working fine because we have a question field as well in our case which will be unique for each entry and once they select and answer the question it will redirect them to a cart page. Where if needed they can change the quantities.
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterThanks, Fahad for pointing out this. The issue here is that I do not need the basic feature because we only have a single product at a time and these two products, I added just to test the split feature.
What I actually need is a quantity-based split method. Someone visits the website, selects quantity and places an order. it splits that order into multiple orders so we can add unique entry values for each ticket purchased to keep track of the winning entry.
Let me know what you recommend.
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterHi Fahad,
Thanks for checking. I can see that this worked now, I have unchecked the original order removal as per @abdulrazzaq4085 suggestion and it seems like this fixed the issue.
Let me do some other test cases and then will opt for the premium version.One question though. Does it also split a woo-commerce product which we are selling via an upsell plugin? or if we purchase the premium version it will split the quantity of an upsell product as well?
Thanks
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterHere are the two product links:
https://emucs.com/luxu/product/rolex-gmt-master-ii-giveaway/
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterCheck here. https://emucs.com/luxu/shop/
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterSee in the backend it creates two orders with full price instead of the splited price per item in cart: https://prntscr.com/rtle2k
PS. We are willing to purchase your Premium version but looking at the free version bugs we are not really sure if that works.
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterIndeed, I see you tried to fix this but seems like the issue is still there. Have a look at the screenshot.
It does create two orders but the problem is the same instead of showing each one of the cart items separately in child orders, it’s showing both products and totals are also displaying the whole order price.
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterHere you go. https://prntscr.com/rt30k0
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterHere is the screenshot of the settings. https://prntscr.com/rt2u64
The split action is the default.Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterI have tested the plugin in Free version it indeed splits the orders but the problem I see is it does not splits the products separately, but displays both products in both splits. So, a parent and child order both looks kind of the same. Have a look here https://ibb.co/p1tGHgP
The order 1075 and 1077 contains same details.
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterOk here is the link to both tab settings.
https://prntscr.com/rsuee0
https://prntscr.com/rsuex3What I am looking to do is split a single item order having multiple quantities of the same product.
For instance, I add the Rolex Watch Item Quantity 8. So instead of having a single order for this. I want 8 orders placed.
I hope that helps.
Thanks
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] raffle/sweapsteaks order splitterHi Fahad,
I installed and tried the plugin buts it’s not splitting the order for some reason.
Like if I add the quantity of 8 into the cart and then check out it considers this as a single order and does not split that into 8 orders. I was wondering if this feature is offered in the free version or do we need to get a premium version?
Thanks
Forum: Fixing WordPress
In reply to: Clean HTML Only Optional CSS Allowed.OR I can tell you simply i want to achieve the Top menu of the following blog.
Forum: Fixing WordPress
In reply to: Clean HTML Only Optional CSS Allowed.Well this option already comes with wordpress we just have to activate it in the MENU> SCREEN OPTIONS> CSS CLASSES
when we check the box with every item in our menu a box appears where we can add this optional css class.Forum: Fixing WordPress
In reply to: Clean HTML Only Optional CSS Allowed.I have searched a lot on the internet and found custom walker but when i apply that then the li tag become
<li class="">
but when i try to add option css class to it no effect on it.I applied the following code shown here
https://mattvarone.com/wordpress/cleaner-output-for-wp_nav_menu/