Ajax Cart "_was_added_to_your_cart" not showing

31.01.2013 22:28
#1
Intcorp
Joomshopping forum user no avatar
Name: Intcorp
09.08.2012
Posts: 16
Quote
Ajax Cart "_was_added_to_your_cart" not showing

Just bought Ajax Cart and installed latest ver Ajax Cart 1.5.0. When I add product to cart message that product added to cart not showing. Other messages like product _JSHOP_ERROR_EXIST_QTY_PRODUCT or _JSHOP_SELECT_PRODUCT_OPTIONS are shown

What code chages should I perform to get this message? Updating addon will not suite as I've already made code modifications
Thank you


Joomla: Joomla! 2.5.8 Stable [ Ember ] 8-November-2012 14:00 GMT
JoomShopping: 3.12.1
PHP: 5.3.18
MySQL: 5.1.65-cll
 
01.02.2013 08:01
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: Ajax Cart "_was_added_to_your_cart" not showing

Url?
language?

See option plugin.


Last change: 01.02.2013 08:04
 
01.02.2013 08:24
#3
Intcorp
Joomshopping forum user no avatar
Name: Intcorp
09.08.2012
Posts: 16
Quote
Aw: Ajax Cart "_was_added_to_your_cart" not showing

Configuring plugin gave messages. Can these massages be shown in joomla system messages (I'm using http://extensions.joomla.org/extensions/style-a-design/popups-a-iframes/19518)
Thank you

 
01.02.2013 11:08
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: Ajax Cart "_was_added_to_your_cart" not showing

URL?
admin login?

 
01.02.2013 12:23
#5
Intcorp
Joomshopping forum user no avatar
Name: Intcorp
09.08.2012
Posts: 16
Quote
Aw: Ajax Cart "_was_added_to_your_cart" not showing

Sent in PM


Last change: 01.02.2013 12:24
 
01.02.2013 13:24
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: Ajax Cart "_was_added_to_your_cart" not showing

Everything is working fine.

 
16.02.2013 23:17
#7
Intcorp
Joomshopping forum user no avatar
Name: Intcorp
09.08.2012
Posts: 16
Quote
Aw: Ajax Cart "_was_added_to_your_cart" not showing

Yes. it's working. But is it possible to show messages not in modal sqeeze window but through joomla system messages?
Thank you

 
17.02.2013 13:22
#8
Intcorp
Joomshopping forum user no avatar
Name: Intcorp
09.08.2012
Posts: 16
Quote
Aw: Ajax Cart "_was_added_to_your_cart" not showing

Also messages like items availability appear in brouser message pop ups - not in joomla's. See pics
Aw: Ajax Cart "_was_added_to_your_cart" not showing
Aw: Ajax Cart "_was_added_to_your_cart" not showing
Can you do so, that all msssages were shown through joomla system messages as they are shown in joomshopping component with out Ajax Cart plugin?


Last change: 24.10.2016 15:36
 
18.02.2013 08:33
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: Ajax Cart "_was_added_to_your_cart" not showing

Try change code

if((cartajax.show_popup_message==1) && (cartajax_added_product_id)){
init();
cartajax_popup_request(cartajax_html, cartajax_added_product_id);
cartajax_added_product_id = null;
}
to

if((cartajax.show_popup_message==1) && (cartajax_added_product_id)){
alert("added ....");
}

 
18.02.2013 13:47
#10
Intcorp
Joomshopping forum user no avatar
Name: Intcorp
09.08.2012
Posts: 16
Quote
Aw: Ajax Cart "_was_added_to_your_cart" not showing

Made this change in components\com_jshopping\js\cartajax.js message "added..." (with out content of what was added to cart) appears in browser pop up window - not joomla system.

Can you add to CartAjax plugin an option like

Show Popup message in Ajax Cart plugin mesage window
Show Popup message in joomla system message
Show "Product in Cart" message


Last change: 18.02.2013 15:16
 
18.02.2013 14:35
#11
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: Ajax Cart "_was_added_to_your_cart" not showing

url?

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.