Skip to content

Shop / WooCommerce

Shop related questions and issues

182 Topics 901 Posts
  • woocommerce single product

    6
    0 Votes
    6 Posts
    39 Views
    S

    thank you!

  • missing country on Checkout

    4
    0 Votes
    4 Posts
    23 Views
    arminunruhA

    yes!

    maybe u can find a plugin that does this!
    then the plugin wont be overwritten when lay theme updates.
    when lay theme updates, all files in the lay folder are overwritten

  • WOocommerce outdated templates

    10
    0 Votes
    10 Posts
    90 Views
    arminunruhA

    but yea once this happens i will then always release a lay theme update that fixes this

    so i will release an update soon

  • Product Categories/Tags Filters

    26
    4 Votes
    26 Posts
    482 Views
    G

    Hi there, i solved it with the advanced Ajax Product Filter Plugin from rocket: https://en-gb.wordpress.org/plugins/woocommerce-ajax-filters/, because you can implement the filter as shortcut. Maybe this helps someone :)

  • Hide Weight on Single Product Page

    10
    0 Votes
    10 Posts
    69 Views
    H

    @arminunruh Thank you!

  • Adding a footer to the Product Page

    2
    0 Votes
    2 Posts
    8 Views
    arminunruhA

    i think the footer for the product pages is the same footer that is used for
    the footer for pages:
    Screenshot 2024-03-20 at 13.49.15.png

    if you know how to use css: the body on shop pages has this class:

    woocommerce-page

    so theoretically you could add something to your footer that is the same footer for pages and add a class to it and then use css to hide it on normal pages and show it on woocommerce pages

    for example add a row to your footer for pages,
    right click the row and "set html class and id"
    enter "myshopfootercontent" as the class

    then use css like:

    .myshopfootercontent{ display: none; } body.woocommerce-page .myshopfootercontent{ display: block; }

    i should probably add a setting to have different footers for shop pages

  • Product page embed videos

    3
    0 Votes
    3 Posts
    11 Views
    L

    Thank youu :)

  • SPLIT SCREEN AND WOOCOMMERCE PROBLEM

    4
    0 Votes
    4 Posts
    17 Views
    arminunruhA

    oh :O

    mmmh

    maybe that little tutorial helps:
    https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page

    maybe u can hide the footer with css on woocommerce pages

    i think woocommerce pages all have a body class of "woocommerce-page"

    u could use that to target those pages with css

  • This topic is deleted!

    5
    0 Votes
    5 Posts
    5 Views
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    35 Views
  • show store notice only on shop pages

    2
    0 Votes
    2 Posts
    9 Views
    arminunruhA

    maybe

    .woocommerce-store-notice{
    display: none;
    }
    .woocommerce-page .woocommerce-store-notice{
    display: block;
    }

  • Single product page

    9
    1 Votes
    9 Posts
    193 Views
    arminunruhA

    actually i just started a really big project for a really big client and im going to travel to a different country for a while in a few days so no ://

  • Mobile cart icon quantity error

    15
    0 Votes
    15 Posts
    49 Views
    arminunruhA

    ok i think i fixed it!

  • 0 Votes
    5 Posts
    28 Views
    arminunruhA

    so the issue was the shortcode [woocommerce_cart] was in both the desktop and custom phone layout gridder

    its better to just put that shortcode into the textfield above the gridder

  • Woocommerce Product thumnail grid Description

    2
    0 Votes
    2 Posts
    24 Views
    arminunruhA

    hey visch! i think its not possible!
    but its a good idea for a setting, im writing it down

  • shop page not showing any products

    5
    0 Votes
    5 Posts
    24 Views
    S

    @arminunruh sure! just sent it

  • mobile cart icon and mobile burger alignment

    5
    0 Votes
    5 Posts
    14 Views
    J

    Thank you!

  • 0 Votes
    3 Posts
    11 Views
    arminunruhA

    its probably an issue with your permalinks

    go to settings → reading → permalink

    now make sure this is the structure:

    Screenshot 2024-02-22 at 15.19.17.png

    and then click save

    or its an issue with your website url
    maybe you moved your website to a new server but the old website url is still in your database? i think its probably not this issue, but you can replace all occurences of your old url with the new url by using the plugin "better search and replace"

  • 0 Votes
    7 Posts
    13 Views
    A

    It doesn't jump any more. Thank you.

  • More space for lots of variations

    6
    0 Votes
    6 Posts
    131 Views
    arminunruhA
    .lay-woocommerce-variations-select-selected-list > div{ height: 30px!important; line-height: 30px!important; }

    this just makes it flatter

    is that ok for u?

Before you post:
  1. When using a WordPress Cache plugin, disable it or clear your cache.
  2. Update Lay Theme and all Lay Theme Addons
  3. Disable all Plugins
  4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

This often solves issues you might run into

When you post:
  1. Post a link to where the problem is
  2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
  3. If the problem is difficult to explain, post screenshots / link to a video to explain it
Online Users
S T
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com