-
AuthorPosts
-
antoniliyn Friend
antoniliyn
- Join date:
- November 2011
- Posts:
- 38
- Downloads:
- 4
- Uploads:
- 13
- Thanks:
- 14
- Thanked:
- 3 times in 1 posts
March 7, 2012 at 3:41 pm #174718All greetings! There is a plug-in JoomShopping AjaxCart and ajax atribute. This is the perfect solution for store. The only pity is not working correctly with the theme ja_tiris for joomshopping.
I install in test domen Joomla 2.5.2 and JA Tiris with JoomShopping. And install Ajax Cart and ajax atribute. Products are purchased, but the module of baskets are not updated.
http://www.bestpir.ru/olympicbody/supermarket/category/view/5If you could adapt the plugins to the theme ja_tiris, I would be very grateful! And i think not just me!
Because refresh the page when you buy products a very old-fashioned! 😉By the way, an example of such a solution is at the studio IceTheme – http://demo.icetheme.com/index.php?template=it_theshop Try to buy some products…
Willing to pay for a solution.swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
March 8, 2012 at 7:28 pm #442659<em>@antoniliyn 305825 wrote:</em><blockquote>All greetings! There is a plug-in JoomShopping AjaxCart and ajax atribute. This is the perfect solution for store. The only pity is not working correctly with the theme ja_tiris for joomshopping.
I install in test domen Joomla 2.5.2 and JA Tiris with JoomShopping. And install Ajax Cart and ajax atribute. Products are purchased, but the module of baskets are not updated.
http://www.bestpir.ru/olympicbody/supermarket/category/view/5If you could adapt the plugins to the theme ja_tiris, I would be very grateful! And i think not just me!
Because refresh the page when you buy products a very old-fashioned! 😉By the way, an example of such a solution is at the studio IceTheme – http://demo.icetheme.com/index.php?template=it_theshop Try to buy some products…
Willing to pay for a solution.</blockquote>I’ve just been playing with ajax elements on a JA template – Orisite and had no problems. (Well an initial one with z-index but quickly solved.)
I don’t know what cart you have but a suggestion would be to ensure that it is not using cache. (In my opinion a cart should never use cache anyway.)
Maybe that helps you?
antoniliyn Friendantoniliyn
- Join date:
- November 2011
- Posts:
- 38
- Downloads:
- 4
- Uploads:
- 13
- Thanks:
- 14
- Thanked:
- 3 times in 1 posts
March 9, 2012 at 9:08 am #442772Thanks for the answer swissa.
The problem was not in the cache. (The cache is turned off…)
I bought and installed ajax cart from here – http://www.webdesigner-profi.de/joomla-webdesign/shop/addons/ajax-cart.html?lang=en
but forgot to turn a module JoomShopping CartAjax. Was turn only JoomShopping Cart. 😉
Now ajax cart is working, but purchased products stretched in a long list in module. See screenshot.
And the css ja_tiris theme for joomshopping do not work correctly. http://www.bestpir.ru/olympicbody/supermarket/category/view/9
That’s why I asked to adapt joomshopping ajax cart to ja_tiris theme for joomshopping.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
March 9, 2012 at 9:38 am #442775The cart not collapsing after a new product entry is how it seems to have been written by the author.
Changing the css should be pretty easy and quick. Looking at your site you have three css files for the ajax cart – one is 5 lines long, another is 10 and the other 12 lines long so should not take too much to adapt to Tiris.
Can I make a suggestion for your site?
The products looked squeezed together on the page. Very narrow with 3 products across – the text runs in a long line down the page. You can change this very easily in JoomShopping to 2 across so that you have more room and they don’t look so crowded if you want to.
If you want to know where, let me know.
Bestens
antoniliyn Friendantoniliyn
- Join date:
- November 2011
- Posts:
- 38
- Downloads:
- 4
- Uploads:
- 13
- Thanks:
- 14
- Thanked:
- 3 times in 1 posts
March 9, 2012 at 2:20 pm #442796OK.
This is original site: http://olympicbody.ru/supermarket/category/view/8 – i am happy with everything except the fact that there is no AJAX shopping cart.This is test site: http://www.bestpir.ru/olympicbody/supermarket/category/view/8 – i install addon ajax cart and can`t set css for ja_tiris theme.
Can you help me to set this css? I can send you addon Ajax cart. If it helps …swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
March 9, 2012 at 4:38 pm #442806What is wrong re css? Not much as far I can see?
All this is at your own risk, so First make a copy of this file: http://www.bestpir.ru/olympicbody/modules/mod_jshopping_cartajax/cartajax_module.css
To make sure that the font is the same as used in Tiris you need to change the fonts that it uses
1st line
.cartajax-module{font-family:verdana, times, serif;font-size:12px;position:relative;margin:8px 0 0;padding:0;}
change to
.cartajax-module{font-family: Arial, sans-serif;font-size:12px;position:relative;margin:8px 0 0;padding:0;}
Not sure what else you need?
antoniliyn Friendantoniliyn
- Join date:
- November 2011
- Posts:
- 38
- Downloads:
- 4
- Uploads:
- 13
- Thanks:
- 14
- Thanked:
- 3 times in 1 posts
March 9, 2012 at 5:52 pm #442816Thank you for trying to help! But I need that would have been exactly the same as the original only by using AJAX shopping cart.
Original but without ajax cart:What i need to remake, ajax cart installed:
-
swissa Friend
swissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
March 9, 2012 at 6:11 pm #442819I don’t know what files comes with the ajax cart, where it places them or what it overwrites. I don’t know if it resets the template in JoomShopping itself.
I have only one idea.
Just check that in
yourdomain/administrator/index.php?option=com_jshopping&controller=config&task=general
the template picked is ja_tiris and that it hasn’t reset itself to default. That is the only place I can think that something has happened.
Otherwise it will be changing php fles which is beyond me – (at the moment!)
Bestens
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by swissa 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum