Post by Jacob » Wed Jun 22, 2011 2:47 am

Since our upgrade to OC V1.5 we have not been able to edit Accordion Category Menu V1.1 in Admin/Module, we get this error:
Fatal error: Cannot access private property Document::$title in /home/londont/public_html/test-cart2/admin/controller/module/accordion_menu.php on line 8

I am not sure what this means, I tried changing the permissions on that file and folder but it did not help.

I Webworkshop website who made the addon and there it says it is compatable with the V1.5?

Thanks

Active Member

Posts

Joined
Thu Dec 04, 2008 9:17 pm

Post by celestial » Wed Jun 22, 2011 2:58 am

Replace

$this->document->title = $this->language->get('heading_title');

With this
$this->document->setTitle($this->language->get('heading_title'));

Celestial - Martín Abel Rosales
WhatsApp: 50671482211
Email: martinrosales2012@hotmail.com
Skype: martin.abel.rosales
San José , Costa Rica


User avatar
Expert Member

Posts

Joined
Sat Mar 20, 2010 4:19 am
Location - Costa Rica

Post by Jacob » Wed Jun 22, 2011 4:45 am

Thanks.

Looks like we have to wait for the Module to be updated before it works.? Says here that it is compatible:

http://opencart.webshopworks.com/accord ... ncart.html
Edit:
Webworkshop

should have said 'webshopworks'

Active Member

Posts

Joined
Thu Dec 04, 2008 9:17 pm

Post by celestial » Wed Jun 22, 2011 4:52 am

in 1.4.9.5 work perfectly but is not compatible yet for OC v1.5

Edit: the demo is for 1.4x

Celestial - Martín Abel Rosales
WhatsApp: 50671482211
Email: martinrosales2012@hotmail.com
Skype: martin.abel.rosales
San José , Costa Rica


User avatar
Expert Member

Posts

Joined
Sat Mar 20, 2010 4:19 am
Location - Costa Rica

Post by Jacob » Wed Jun 22, 2011 5:25 pm

?
Version Compatibility: v1.4.7, v1.4.8, v1.4.8b, v1.4.9.x, (v1.5.0.x)

Active Member

Posts

Joined
Thu Dec 04, 2008 9:17 pm

Post by Jacob » Fri Jun 24, 2011 7:07 pm

Thanks to Celestial who fixed the extension to work with V1.5!

We would like to have the accordion module at the top of the page. The only way I know how to do this is by setting the module position to Column left and in the css use absolute positioning ...

Anyone know of a better way?

Active Member

Posts

Joined
Thu Dec 04, 2008 9:17 pm

Post by onlinephilately » Tue Jul 12, 2011 1:06 am

How did you change it to work with v1.5?

New member

Posts

Joined
Thu Jan 27, 2011 3:14 am

Post by Jacob » Wed Jul 13, 2011 6:18 pm

You could try sending Celestial a PM, he did the fix.

Active Member

Posts

Joined
Thu Dec 04, 2008 9:17 pm

Post by Arumaldo » Tue Oct 11, 2011 10:31 pm

Buenas, necesito una ayuda.

Instale el modulo y reemplace por los archivos que descargue del foro del fix de celestial, sin embargo cuando activo que muestre el conteo de los productos, la pagina me muestra el siguiente error.

Call to undefined method ModelCatalogProduct::getTotalProductsByCategoryId() in /home/content/33/3492533/html/librocafe/catalog/controller/module/accordion_menu.php on line 61

Fui a esa linea en el modulo y me encontre con
$subcats = $this->showcount==2?$this->model_catalog_product->getTotalProductsByCategoryId($cat['category_id']) : count($cts);

No soy experto en el tema por lo que te pido si no es mucha molestia me den una ayudita con esto.

Para que no me aparezca mas el error modifique el codigo a

$subcats = $this->showcount==2?$this->model_catalog_product->getTotalProducts($cat['category_id']) : count($cts);

pero eso solo quita el error y no soluciona el problema en si.

Les agradezco su ayuda.

Saludos,

Newbie

Posts

Joined
Tue Aug 23, 2011 8:15 am

Post by kayp » Thu Mar 14, 2013 2:43 am

I cannot figure out the install instructions and when I install, I get:

Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /home/content/24/6156924/html/wsnc12/vqmod/vqcache/vq2-catalog_controller_module_category.php on line 184

Any ideas or support from the author?

Kay

Newbie

Posts

Joined
Wed Aug 15, 2012 2:54 am
Who is online

Users browsing this forum: No registered users and 15 guests