ghabhishek
Forum Replies Created
-
So if anyone else came up here search for the same, this is my solution for the time being:
function show_size_chart() { if(is_product()) { $product_tabs = apply_filters( 'woocommerce_product_tabs', array() ); if(isset($product_tabs['custom_tab'])){ ?> <div id="wc-size-chart-content"> <?php $product_tabs['custom_tab']['callback']['0']->size_chart_custom_product_tab_content_callback(); ?> </div> <?php } } } add_shortcode('wc_size_chart','show_size_chart');
Just add this to your theme’s
functions.php
and then you can simply call the[wc_size_chart]
short code on the product page (in the description maybe) to see the appropriate size chart.P.S.:
I know it might not be very elegant but it works so that’s that.- This reply was modified 4 years, 6 months ago by ghabhishek.
Dear Team,
Can you help me out here?
Thanks!
We are using a very custom product page implementation and therefore these hooks are not available on the page. That is the reason why I was looking for a shortcode as that could be very much continent.
Dear Team,
Can you please help me out?
Thanks
@cucurucu
The plugin allows you to add products from the product archive page without any options pre-selected which mean that it does support this feature so I suppose that it might just be some setting hidden in a corner somewhere. I’m hoping that the support staff will help us out.Sure, please take a look at the issue. Would be waiting for an update. Is the first issue also related to the same memory notice issue?
It is understandable that the plugin would ask the user for the minimum required memory limit but as seen form the screenshot shared earlier(), we already have 2 GB of memory configured in the php.ini while the plugin is only asking for 128 MB which is way lower than the already provided memory so logically it shouldn’t ask us to increase the memory limit if the requirements are already met.
@mano88 both, the message “Sorry, you are not allowed to access this page.” comes right after activation and then when you manually go to the
/wp-admin
you get to see the above notices.You can see all this here: https://imgur.com/M7WXmc8
Dear Team,
This is still the case with a new blank installation on a different server.
Sure.
Video: https://i.imgur.com/M7WXmc8.gifv
Screenshot: https://i.imgur.com/u6rgHoL.png- This reply was modified 4 years, 8 months ago by ghabhishek.
HI,
Yes, WooCommerce is active.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] How to make filters horizontal?HI Dima,
Thank you for the information. ??
Forum: Plugins
In reply to: [Custom Order Status for WooCommerce] Order Can Not Be Paid for.Hi @kenil802,
Thank you for your reply.
Here’s a screenshot of the message: https://i.imgur.com/HFbc99l.png
A screenshot of the settings page: https://i.imgur.com/I10DE8T.pngSteps:
- Added Product into cart
- Went to cart.
- Clicked “Proceed to Checkout” button
- Filled in all the details for the checkout
- Selected the payment gateway as the mode of payment
- Clicked on “Place Order”
- This reply was modified 4 years, 9 months ago by ghabhishek.
- This reply was modified 4 years, 9 months ago by ghabhishek.
- This reply was modified 4 years, 9 months ago by ghabhishek.
Dear Team,
Thanks a lot for such a prompt response. This level of support is highly highly appreciable. Will try the code and let you know.
Could you please also let me know if this is going to be merged with the production release any time soon?
Forum: Plugins
In reply to: [Custom Order Status for WooCommerce] Order Can Not Be Paid for.Version Info:-
WordPress: Version 5.3.2
WooCommerce: Version 3.9.2
Custom Order Status for WooCommerce: Version 1.4.8