-
AuthorPosts
-
haxx Friend
haxx
- Join date:
- September 2014
- Posts:
- 106
- Downloads:
- 39
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 18 times in 2 posts
October 30, 2014 at 1:09 pm #202298Hi
I decided to use JA Décor to improve our shop, but since installing the template, any item with options will no longer add to the cart?
I’ve tried putting it back to a Mijoshop theme and it works perfectly so I think the problem is with JA Décor, but for the life of me I can’t see why.
I’ve put the theme back to a Mijoshop one for the time being but any help would be appreciated.
Thanks
Paul
ps. realise you probably have more important things to worry about considering you post re losing data, so when you get time would be great 🙂
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
October 30, 2014 at 1:46 pm #553715Got the same issue…
Would be happy to see a quick fix.. wanna launch our site soon.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 31, 2014 at 8:49 am #553759@haxx and @hjalte1983: I’m so sorry about this bug on JA Decor template, I have raised this bug to development team here, hope they will fix it soon.
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
November 11, 2014 at 1:43 pm #554880Any update on this ? :((
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
November 17, 2014 at 7:45 pm #555481bump bump bump …
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
November 25, 2014 at 10:34 am #556465still no update ?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
peteralfred Friendpeteralfred
- Join date:
- January 2011
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 3 times in 1 posts
November 28, 2014 at 9:18 am #556915I have the same problem with this. And also if I increase the quantity to i.e. 10. It adds just 1 to my shopping cart instead of 10.
Mijoshop in combination with JA Decor theme is just not working correct is my conclusion. I hope this is get solvedhjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
November 29, 2014 at 1:25 pm #556998Hi @pankajsharma
Is the issue about adding a larger value to the cart added to the bug for the dev team ?This is also a bug i have. And its not mentioned in http://pm.joomlart.com/browse/JADECOR-235
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
December 1, 2014 at 3:19 am #557108Hi guys,
We will fix and update for the upcoming release version of this template. At this moment, you can try with my below tweak:
– Open file: componentscom_mijoshopopencartcatalogviewthemedecortemplateproductproduct.tpl
– Search and replace[PHP]<input type=”button” value=”<?php echo $button_cart; ?>” id=”button-cart-<?php echo $product_id; ?>” class=”btn btn-primary” onclick=”jaddToCart(‘<?php echo $product_id; ?>’);” />[/PHP]
With:
[PHP]<input type=”button” value=”<?php echo $button_cart; ?>” id=”button-cart” class=”btn btn-primary” />[/PHP]5 users say Thank You to Css Magician for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
December 1, 2014 at 9:49 am #557175Thank you very much for finally fix this.
But this is actually almost just a rollback to decor template 1.0.0
The cart works now, but the cart logo wont show when adding a product. see image.Same issue i reported back 3 months ago.
http://www.joomlart.com/forums/topic/bugs-and-responsive-problems/But i’m grateful that we can finally open our shop now. But would still appreciate a fix for the cart logo.
Thanks again 🙂
peteralfred Friendpeteralfred
- Join date:
- January 2011
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 3 times in 1 posts
December 1, 2014 at 10:58 am #557189Hi,
I been working on this also, because I had/have same problem.
You can try this for getting the add to cart image back:
In product.tpl, about line 467, replace
[PHP]$(‘#cart-total’).html(json[‘total’]);[/PHP]With:
[PHP]cart = json[‘total’].split(/[ ]+/)[0];
cart = ‘<i class=”fa fa-shopping-cart”></i><sup>’+cart+'</sup>’;
$(‘#cart-total’).html(cart);[/PHP]This will add the styling from the jaddToCart() function, which is no longer used.
3 users say Thank You to peteralfred for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
December 1, 2014 at 11:06 am #557193Thanks @peteralfred !!!! 😀
works like a charm
haxx Friendhaxx
- Join date:
- September 2014
- Posts:
- 106
- Downloads:
- 39
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 18 times in 2 posts
December 2, 2014 at 10:42 am #557353Thanks everyone, now works! 😀
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 6 voices, and was last updated by haxx 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Mijoshop Options
Viewing 15 posts - 1 through 15 (of 15 total)