Перейти к содержанию

Jacek

Пользователи
  • Постов

    59
  • Зарегистрирован

  • Посещение

  • Победитель дней

    5

Сообщения, опубликованные Jacek

  1. В 2.11.2023 в 16:49, alexbranding сказал:

    Zostanie wydany wraz z nową aktualizacją Unitheme (było to również zależne od wydania dodatku Extended Promotions (ale był już otwarty)).

    Z tego co wiem 10 dni (może mniej).

     

    PS Widzę jak współpracuje z nim nasz tester, napisz teraz.

    It's been some time since the last time I've asked about the release of v3. I would really like to start using it. Are there any problems with the release? Please share some information

  2. Please add in the product categories list tempalte ("Find similar") option to link to the brand page.

     

    E.g. https://unitheme.net/ab-phones/ab-apple-iphone-14-pro-128gb-deep-purple-mq0g3rx-a/

     

    Add text link to all apple products (https://unitheme.net/apple-en/)

     

    There is already brand feature id so it should be easy but it will defenitely affect seo for brand pages (direct anchor as brand name).

     

    Right now in Google Search Console I can see that there are more internal links for seo catygory pages for filters than for brand pages.

     

    Let me know what you think 😉

  3. Hi,

    I want to add validation to zip code in the checkout.

     

    I've edited the code in design\themes\responsive\templates\views\profiles\components\profiles_scripts.tpl

     

    <script>
    (function(_, $) {
    
        /* Do not put this code to document.ready, because it should be
           initialized first
        */
        $.ceRebuildStates('init', {
            default_country: '{$settings.Checkout.default_country|escape:javascript}',
            states: {$states|json_encode nofilter}
        });
    
    
        {literal}
        $.ceFormValidator('setZipcode', {
            US: {
                regexp: /^(\d{5})(-\d{4})?$/,
                format: '01342 (01342-5678)'
            },
            CA: {
                regexp: /^(\w{3} ?\w{3})$/,
                format: 'K1A OB1 (K1AOB1)'
            },
            RU: {
                regexp: /^(\d{6})?$/,
                format: '123456'
            },
            PL: {
                regexp: /^(\d{2})(-\d{3})?$/,
                format: '01342 (01342-5678)'
            }
        });
        {/literal}
    
    }(Tygh, Tygh.$));
    </script>

     

    And according to the docs (https://docs.cs-cart.com/latest/developer_guide/core/front-end/microformats.html) I should add class to label cm-zipcode? Should I do this directly in the unitheme? If yes, then which file should I edit? I'm stuck with this one and would appreciate the help!

     

    Thanks in advance! 😉

  4. Если выбран формат номера телефона с выбором страны,

    http://i.abt.team/serj/20230912_164115.jpg

    http://i.abt.team/serj/20230912_163903.jpg

    то появляется селектор страны.

    http://i.abt.team/serj/20230912_163950.jpg

    Но если выбран другой формат, то остаётся пустое место.

    http://i.abt.team/serj/4345745895678.png

    Нужно в таком случае расширить поле ввода телефона.

×
×
  • Создать...