-
AuthorPosts
-
7of9 Friend
7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
February 25, 2015 at 8:28 am #204103Hi,
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 28, 2015 at 4:13 pm #561014Let 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.
March 1, 2015 at 11:14 am #561060I 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 defaultProcedure for creating custom field in virtuemart 2.6.16:
Create custom field String instance Postage
Cart Attribute: yes
other values have defaultIn 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
March 6, 2015 at 3:08 pm #561922Hi 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 9, 2015 at 6:51 am #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 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
March 10, 2015 at 11:57 am #562416Hi 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.
- Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 11, 2015 at 10:12 am #562589You 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 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 12, 2015 at 7:27 am #562751I’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 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
March 12, 2015 at 9:52 am #562792Thanks, I’m waiting.
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 17, 2015 at 3:50 am #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 user says Thank You to Ninja Lead for this useful post
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
AuthorPostsThis 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
Jump to forum