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

Jacek

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

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

  • Посещение

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

    5

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

  1. 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 😉

  2. 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! 😉

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

    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

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

  4. 7 минут назад, ab.support.serj сказал:

    The developer checked the case that you described in this ticket and came to the conclusion that this is not a theme bug - as he wrote, "CS-Cart does not provide product images on such pages." Therefore, it was decided to leave it as it is.

    Ok. So should I write a ticket directly to cs-cart about it? If yes, could you reply in the ticket what information should I attach and what exactly is the problem?

     

    Thanks in advance

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