Variation Product Page - element alignment

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by effyeweb, Dec 20, 2014.

  1. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    1) Clear Selection (Wording not align)

    2) Variation Product Price Tag seem not mention, what i see is RM280-RM340, i thought it will update price at top when i choose my product Option.

    3) Variation Products SKU not function..... keep show up main SKU only, if i let the main SKU empty, the SKU part will show (SKU: N/A) , even i had key in each Variation Product's SKU

    123.jpg
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    td.value a.reset_variations {
    display: inline-block;
    }
    The price tag is fine if you want to increase font size of price tag then you can use following css code.
    Code:
    span.price span.amount {
    color: red;
    font-size: 16px;
    }
    I am not getting you, what do you want in third issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    yes , they fix, thanks a lot..... Great

    3) Variation Products SKU not function..... keep show up main SKU only, if i let the main SKU empty, the SKU part will show (SKU: N/A) , even i had key in each Variation Product's SKU

    -- they are product main sku and variable sku (every individual sku for each variable) , the variable's SKUs not function/ not show up, it keep show up product main sku only
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    For this you have to make setting in product variations from woo-commerce instructions.

    Thanks & Regards
    Pramod
     

Share This Page