Home Forums WoodMart support forum Переход на выбранную вариацию

Переход на выбранную вариацию

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #532188

    home.style.chisinau
    Participant

    Подскажите как реализовать 2 вопроса
    1. При выборе вариации товара , переходе на него , выбранная вариация сбрасывается на исходную , возможно ли это исправить ? (фото 3-4)
    2. При выборе вариации товара фото сбрасываеться на 1 , возможно ли это исправить ?(фото 5)

    Attachments:
    You must be logged in to view attached files.
    #532670

    Hello,

    Sorry, but I did not understand your issue properly. Can you please explain your issue in the small video to understand the issue better?

    Best Regards.

    #532709

    home.style.chisinau
    Participant

    https://drive.google.com/file/d/17tEQsuE6_lUfQwhiZNhUlAx1vLXrdq1q/view?usp=sharing

    Возможно ли сделать автоматическое включение выбранного цвета у вех товаров , как это я делаю мышко в ручную :

    #532771

    home.style.chisinau
    Participant

    не по теме видео записал

    #532806

    home.style.chisinau
    Participant

    https://drive.google.com/file/d/1t2Kes_wL-U9MOJFXee1C8gAWmhY0Jits/view?usp=sharing
    При выборе вариации товара, переход на него не сохраняет выбор вариации

    #533112

    Hi,

    Try to add the following code snippet to the Custom JS area on the document ready in Theme Settings to fix this issue.

    function swatch_hover(){
    	jQuery('.swatch-on-grid').on('hover mouseover', function(){
    		if(!jQuery(this).hasClass('active-swatch')) {
    			jQuery(this).trigger('click');
    		}
    	});
    }
    swatch_hover();
    jQuery(document).on('pjax:complete', function() {
    	 swatch_hover();
    });

    Kind Regards

    #533161

    home.style.chisinau
    Participant

    Я добавил Ваш код, но ничего не изменилось. При переходе на выбранную вариацию товара , остается Default form values:

    Attachments:
    You must be logged in to view attached files.
    #533163

    home.style.chisinau
    Participant

    Посмотрите сами , данные для входа прикрепил

    #533566

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    #533661

    home.style.chisinau
    Participant

    Спасибо , закрывайте

    #533805

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Переход на выбранную вариацию’ is closed to new replies.