Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#1387 Cart not working

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Whiterose on Friday, 06 March 2015 20:27 UTC

Whiterose
 I have upgraded to 3.3.0 and upgraded my Joomla, My cart is not displaying the size options and does not hide the add to cart buttons when not active. I have set up a example here - http://trial.whiterosephotography.co.nz/cart-trial can you please let me know what I have done wrong?

Thanks

sbluege
Please fix the JavaScript error on your page which is caused by this snippet:

(function($){
	$(document).ready(function()
	{
		avatarTemplate.url.base = "http://trial.whiterosephotography.co.nz/";
		avatarTemplate.template.name = "st_ain";
		avatarTemplate.template.params = {"copyright"};
		avatarTemplate.image.initEffects();
		avatarTemplate.layout.init();
		avatarTemplate.settingPanel.init();
		avatarTemplate.menu.init();
		avatarTemplate.css3effect.init();
	});
})(jQuery)

Whiterose
Took me a bit but found it. and now its working as is should.

Thanks for your help :)