linhtran
Forum Replies Created
-
Hi,
That’s the first one.
I’m ok for now. I found the way.
I’m using the data from datatable and create a new html for me.Anyways, thank you very much.
Hi tobias,
Thank you for your response.
You’re right. I shouldn’t modify the PHP file. That’s just example to show you my situation.
It’s not about the upload file.
I have 3 columns: “Full Name”, “Last Name”, “First Name”. I just want to show “Full Name” column – single column. But, my requirement is making single column to 3 columns.
Instead of showing just one “Full Name” column. It will show:
“Full Name” | “Full Name” | “Full Name”Thank you,
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Role and WP All ImportHi,
Thank you for your response.
It seems I’m stuck in here. I really need a way to resolve it. Can i customize a file or do something else?Thank you,
Forum: Plugins
In reply to: [Minimum Purchase for WooCommerce] Show message on cart pageHi,
I found the way for my issue.
In your code, add_action(‘woocommerce_before_checkout_process’) is the problem. So,It’s just working on the checkout page.Once again,thank you for your support.
Forum: Plugins
In reply to: [Minimum Purchase for WooCommerce] Show message on cart pageHi,
Thank you for your response.
When i use other plugin(https://www.ads-software.com/plugins/woocommerce-minimum-order/)
It’s show error message on the cart page without the checkout page. I think that it’s simple plugin.
So,take a look.Thanks
- This reply was modified 8 years, 2 months ago by linhtran.
Forum: Plugins
In reply to: [WooCommerce Products Per Page] GoodStore themeHi,
Thank you for your reply.The debug mode work fine. But I still get stuck in here. The hooks are overridden.
Can you test on GoodStore theme or any advice?
Thank you,
Forum: Plugins
In reply to: [WooCommerce Products Per Page] Plugin not working with goodstore themeHi,
I have the same problem.
I found the filter in function.php:
add_filter('loop_shop_per_page', create_function('$cols', 'return ' . jwOpt::get_option('products_per_page', get_option('posts_per_page')) . ';'), 20);
I tried to delete this code but the drop down still don’t show.
What should i do?Thanks,