Viewing 15 posts - 1 through 15 (of 32 total)
  • Author
    Posts
  • 7of9 Friend
    #204103

    Hi,

    There are a few threads about this problem in JA Hawstore, however I didn’t find a solution to this.
    I have added a custom field that selects the size for a product, but the list does not appear at the add to cart position.

    I use the latest quick start for J3.

    Please advise.

    Ninja Lead Moderator
    #561014

    Let me know what steps did you do on your site? Please give me the screenshot and URL of your site. I will check it further.

    treborplus Developer
    #561060

    I can confirm the custom flields really is not displayed. Already bother with that in a few days. I have not found a solution. Joomla 2.5. VirtueMart 2.6.16 I Hawkstore 1.0.2. The same Joomla 2.5 VirtueMart 3.0.2 or 3.3.6 I hawkstore 1.1.0.

    Procedure for creating custom field in virtuemart 3.0.2:

    Create custom field String instance Postage
    Cart Attribute: yes
    Cart Input: yes
    other values have default

    Procedure for creating custom field in virtuemart 2.6.16:
    Create custom field String instance Postage
    Cart Attribute: yes
    other values have default

    In both cases, the fields are not displayed. I tried to change the joomla themes in Beez and then it’s ok. The error is only in I Hawkstre. We have to do the upgrade shop and wait to tackle the present problems.

    Thank you for resolving the problem

    Ninja Lead Moderator
    #561161

    I’m so sorry about this and I also raised that bug to development team here please give them some time to check and fix it.

    7of9 Friend
    #561922

    Hi Ninja Lead,

    According to Trung Chu Huu at: http://pm.joomlart.com/browse/JATCHAWKS-170 it’s fixed. Could we please have the fix?

    Thanks in advance! 🙂

    Ninja Lead Moderator
    #562181

    @7of9: You can fix that bug with the solution below

    + Backup all css files have been customized on your site

    + Open templates/ja_hawkstore/less/extras/com_virtuemart.less file

    find and change


    .addtocart-area .product-fields {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000
    bottom: 500%;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    margin: 0 20px;
    .opacity(0);
    display: none;
    .transition(all 0.4s ease-out 0.2s);
    }
    .product-field-type-B,
    .product-field-type-S,
    .product-field-type-I {
    float: left;
    padding-left: 3%;
    width: 30%;
    }

    to


    .addtocart-area .product-fields {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: left;
    margin: 0;
    .transition(all 0.4s ease-out 0.2s);
    }
    product-field-type-S,
    .product-field-type-I {
    float: left;
    width: 30%;
    }

    + Click Compile LESS to CSS file from back-end of your site.

    7of9 Friend
    #562416

    Hi Ninja Lead,

    I have applied the changes, but it does not work.
    Here is what I did:

    I Compiled LESS to CSS file from back-end of my site.

    Here is my configuration:

    Here is the URL, at the Front End: http://www.dogbows.gr/en/shop-en-gb/all-categories-en-gb/clothes-zouzous-collection-en-gb/glam-cloth-r-201-detail

    Please advise.

    Thanks in advance.


    1. LessChange1
    2. LessChange2
    3. SizeConfig
    4. SizeinProduct
    Ninja Lead Moderator
    #562589

    You can back-up all css on your site first and then pm me admin login of your site and FTP account. I will help you to check it further.

    7of9 Friend
    #562619

    Hi @ninja Lead

    PM sent.

    Thanks in advance. 🙂

    Ninja Lead Moderator
    #562751

    I’m so sorry about this disturb for you and I just reopen this issue from bug tracking system. I will check about that with dev team again. Please give me more time

    7of9 Friend
    #562792

    Thanks, I’m waiting.

    7of9 Friend
    #563272

    Hi @ninja Lead

    Any idea when this is going to be resolved? We are facing a major problem, since a lot of products cannot be ordered and loosing sales, since the customers cannot select size and so they leave without ordering.

    Thanks in advance.

    Ninja Lead Moderator
    #563338

    @7of9: I just fixed that problem directly on your site

    Open templates/ja_hawkstore/html/com_virtuemart/productdetails/default.php file

    find and change

    echo $this->loadTemplate('addtocart');

    to

    echo shopFunctionsF::renderVmSubLayout('addtocart',array('product'=>$this->product));

    Now, you can see it’s working fine on your site.


    1. Screen-Shot-2015-03-17-at-10.49.38
    7of9 Friend
    #563480

    Thanks @ninja Lead ,

    Are the previous css modifications necessary?

    Ninja Lead Moderator
    #563508

    <em>@7of9 463944 wrote:</em><blockquote>Thanks @ninja Lead ,

    Are the previous css modifications necessary?</blockquote>

    I only applied solutions in 2 above posts: #6 and #13 into your site.

Viewing 15 posts - 1 through 15 (of 32 total)

This topic contains 32 replies, has 3 voices, and was last updated by  Ninja Lead 9 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum