Forum Replies Created

Viewing 10 posts - 11 through 20 (of 23 total)
  • Author
    Posts
  • in reply to: none add to the cart in the mobile view #26081

    Thank you for the tip.

    I still have a question where I can change the words “log in” available at: https://virgotorun.pl/moje-konto/ nowhere I can not find this in language files.

    in reply to: few problems, mobile menu #25366

    Ad4. I mean the field in which the menu reacts when you move the mouse over. In the 4.jpg file you have a preview of how it should be and how I have it. The field that responds when you hover the cursor should be wider, the gap between horizontal positions in the menu should be 0px.
    I added the code: .home .jas-page> div {margin-top: 0;} but nothing has changed. I added in style.css and wp panel

    ad.2d. Despite the introduction of the code @media only screen and (max-width: 1024px) {.retina-logo {display: none! Important;}} the logo is still visible in the mobile version – 5.jpg

    on the main page in the mobile version the elements overlap. Search engine is one but the cart tag overlaps the content of the main page, what I did wrong? 6.jpg

    Attachments:
    You must be logged in to view attached files.
    in reply to: problem add to cart and other #23801

    I moved a few woocommerce files to child-theme and it did not help.

    After the update to the latest version of the template, the problem with the switch the number of products displayed in the category does not work. You can log in to my store and see what the problem is? The problem only occurs in the Chrome browser.
    Film: https://drive.google.com/file/d/1HTmVf4Bnj-o42XJPwjWXhl9kIBpLcFOB/view?usp=sharing

    in reply to: problem add to cart and other #23673
    This reply has been marked as private.
    in reply to: problem add to cart and other #23649
    This reply has been marked as private.
    in reply to: problem add to cart and other #23496

    7. I put the code: <? Php echo do_shortcode (‘[yith_woocommerce_ajax_search]’); ?> in header-4.php file in div:

    , instead of the default search engine. How can I get the same effect but via the function.php file?
    in reply to: problem add to cart and other #23493

    Hello,

    We are already doing some correspondence, I’m afraid to bother, but I am asking you for the last help so that I can finish my work, and my partners urge me. I am asking for your understanding and help.

    I moved the site to the domain http://www.virgotorun.pl

    The creator of Variable Table claims that this may be a problem in the template, so I am asking for help from you.

    1. I have a problem with the quantity field, it does not work properly.

    The default zero disappears when the quantity is clicked into the field.

    Video: https://drive.google.com/file/d/18UGpxnUQvm1wybpHXu_k9CasjGEojS9f/view?usp=sharing

    The time of the above movie: 00:00:00 – 00:00:12 – I would like to click on the field “quantity” when it is set to zero, it disappears and the field is empty. As it is shown here: https://drive.google.com/file/d/1R4qkrPUxgqlo6nIzdxu6h6k6FVYgvb7o/view?usp=sharing

    2. After entering a given value in the “quantity” field with the “-” button, you can not lower the value to zero, you can not simply lower it to zero by pressing the delete button and enter “0” manually.

    I showed it in the movie: https://drive.google.com/file/d/18UGpxnUQvm1wybpHXu_k9CasjGEojS9f/view?usp=sharing

    Movie time: 00:00:12 – 00:00:47

    3. How to remove “Related product” from the product description by function.php?

    4. What style do I need to add to make all photos the same height, the picture can crop. I would like the category to be all products equal horizontally and vertically.

    5. For translating I am using translation.
    e.g .: “Cart totals” http://virgotorun.pl/koszyk/ – what language file is it in?
    or for example: ‘log in’ http://virgotorun.pl/moje-konto/

    6. Some time ago, it was great for me to switch views in categories but now something is not working, the products are wrong, ugly. What may be the problem? I do not know if this has not occurred after the upgrade to the latest version of Woocommerce.
    I showed it in the movie: https://drive.google.com/file/d/1HTmVf4Bnj-o42XJPwjWXhl9kIBpLcFOB/view?usp=sharing
    I turned off the plugs, emptied the cache memory. I have cleared the style.php file and there is still a problem.

    in reply to: problem add to cart and other #23080

    I have changed the e-mail address to another and e-mails come, i.e. the problem must be with the service provider.

    in reply to: problem add to cart and other #23077

    ad1.
    price1.jpg – price without tax with a discount
    price2.jpg – price displayed after entering the code into function.php. The code does not include the price with a discount.
    The same situation is in the category view.

    Piżama Cornette Young Boy 966/82 Off road dł/r 136-164

    I tried to splash it on the code:

    function edit_price_display() {
    $product = new WC_Product( get_the_ID() );
    $price = $product->price;

    $price_incl_tax = $price + round($price * ( 23 / 100 ), 2);

    $price_incl_tax = number_format($price_incl_tax, 2, “,”, “.”);
    $price = number_format($price, 2, “,”, “.”);

    $display_price = ‘<span class=”price”>’;
    $display_price .= ‘<span class=”netto_p”>€ ‘ . $price .'<small class=”woocommerce-price-suffix”> netto</small></span>’;
    $display_price .= ‘<br>’;
    $display_price .= ‘<span class=”brutto_p”>€ ‘ . $price_incl_tax .'<small class=”woocommerce-price-suffix”> brutto</small></span>’;
    $display_price .= ‘</span>’;

    echo $display_price;
    }

    add_filter(‘woocommerce_price_html’, ‘edit_price_display’);
    add_filter(‘woocommerce_variable_price_html’, ‘edit_price_display’);

    Maybe to add a hook with a code that would display the price with tax only on the product description page?
    I would like the price with the tax to appear ONLY on the product description page next to the price without tax. I am asking for help because I do not advise.

    ad2. I use the variable tab to add products to the basket and the creator of this add-on claims that this is a bug in the code of the szbalonu. The idea is to click on the field “quantity” where by default after entering the page is zero – it has to disappear. You must now manually
    I showed it on a different page on the film (in the 12th note) what I mean:
    https://drive.google.com/file/d/1AEdvoQy0Mb5A3Ftc7jxxEB9H65qAjC9c/view?usp=sharing

    ad3. Unfortunately, sending emails is enabled, but only the customer gets a notification about the order. The administrator does not get any notification about the new order.

    ad4. Thank you for the code and for help in general. Quickly answer and your templates are super optimized.

    Attachments:
    You must be logged in to view attached files.
    in reply to: problem add to cart and other #23003

    ad1) I tried to create a function myself but it does not work out.
    In the store I have included prices without tax, only in the basket I have included prices with tax.
    I would like to ONLY show the price with the tax on the product page. I tried to do it and something came out to me but when the price was shown on the product page it did not include the promotional price, only the tax was calculated from the base price.

    Piżama Cornette 552/19 Travel dł/r

    ad2) The problem is that after clicking, zero does not disappear.
    I think I did something wrong. I’ve used the file to template: l/wp-content/themes/claue-child/woocommerce/templates/global
    I also overwrite the file in the location: /public_html/wp-content/plugins/woocommerce/templates/global
    but still nothing helps. I would like the price field to clear after clicking on zero.

    Piżama Cornette Kids Girl 176/102 My family dł/r

    3. I am not notified by e-mails about a new order at the store. Other information such as changing the password is provided. When someone makes an order at the store, I do not receive any information.
    What could be the reason?

    4. How can I set the character limit (size.jpg) when displaying attributes in categories? Some products have dozens of sizes, so I would like to use the limit.

     

    Thank you very much for help.

    Attachments:
    You must be logged in to view attached files.
Viewing 10 posts - 11 through 20 (of 23 total)