• Resolved elias1435

    (@elias1435)


    Hello,
    your plugin is great. and you are so much helping. really Appreciate.
    I have a new issue or the plugin having a limitation. on Attribute texonomy page the the Variation Swatches not woking here is the page link…
    if you add the features this would be a great plugin
    https://daintylinen.com/size/twin-44/

    Looking forward to update this feature…

    Thanks in advance…
    Md. Elias

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Aamir

    (@aamiribsf)

    Hello @elias1435,

    Greetings of the day!

    Thank you for writing in and making a suggestion. I have forwarded your request to the developer’s team for consideration. Hopefully, the feature will be added in future updates.

    If there is anything else I can help you with, feel free to ask.
    Best regards,

    Thread Starter elias1435

    (@elias1435)

    You are so much responsive like it highly recommend….

    Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @elias1435,

    Thanks for your kind words.

    Let us know if we could be of any further assistance.

    Plugin Support Aamir

    (@aamiribsf)

    Hello @elias1435,

    This is a follow-up on the request.

    For now, you can use this filter as a code snippet to enable swatches on attribute pages. You can use the code snippet plugin to add this code. Soon this will be released as a feature.

    add_filter( 'cfvsw_requires_shop_settings', function( $status ){
    			if( is_product_taxonomy() ) {
    				return true;
    			}
    			return $status;
    		});

    I hope this helps. Looking forward to hearing from you.

    Thread Starter elias1435

    (@elias1435)

    Thanks again. it’s working perfectly…

    Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @elias1435,

    You are welcome!

    Let us know if we could be of any further assistance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Variation Swatches not woking in Attribute Page’ is closed to new replies.