Is it possible to have additional tabs in product pages? With Mijoshop or Open cart it was possible with an extension called Custom Product Tabs Pro. I've also noticed that Specifications are now entered via Attributes which further limits the use of the Arastta. Will there a similar extension/module to solve this problem. Thanks.
In General
Share this post:
Responses (9)
-
Accepted Answer
Here you can find the compatibility with OpenCart extensions: http://arastta.org/docs/developers/opencart-compatibility
There is no change about specifications within Arastta, its same as within OpenCart, entered via Attributes http://docs.opencart.com/catalog/attribute -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
I did that - here is the log file
I did that - here is the log file 2015-12-16 12:47:53 - Modification::applyMod - Processing 'Sort & Add extra tabs to product page'
FILE: admin/controller/module/custom_product_tab.php
Modification::getFiles - UNABLE TO FIND FILE(S), IGNORED:
file = '/home/sites/webservicesinderby.co.uk/public_html/admin/controller/design/layout.php'
FILE: admin/controller/extension/module.php
FILE: admin/model/extension/event.php
FILE: admin/controller/catalog/product.php
Modification:perationNode - SEARCH NOT FOUND (ABORTING MOD):
modification id = 'Sort & Add extra tabs to product page'
file name = '/home/sites/webservicesinderby.co.uk/public_html/admin/controller/catalog/product.php'
search = '$data['tab_design'] = $this->language->get('tab_design');'
ABORTING!
----------------------------------------------------------------
And trying to use at the backend gives this warning
Notice: Error: Could not load model /home/sites/webservicesinderby.co.uk/public_html/admin/model/tool/event.php! in /home/sites/webservicesinderby.co.uk/public_html/system/engine/loader.php on line 52
Thanks. -
Accepted Answer
Open the following file:
admin/controller/catalog/product.php
And add this:
https://github.com/arastta/arastta/blob/master/admin/controller/catalog/product.php#l593
Then upload the extension from Extension Installer:
https://arastta.org/docs/user-manual/marketplace/extension-installer -
Accepted Answer
`Thanks for putting time into this, Denis but I am still not able to use this. Did a fresh install of Araste 1.2 stable and add the line in but this is the log file
2015-12-16 19:55:11 - Modification::applyMod - Processing 'Sort & Add extra tabs to product page'
FILE: admin/controller/module/custom_product_tab.php
Modification::getFiles - UNABLE TO FIND FILE(S), IGNORED:
file = '/home/sites/webservicesinderby.co.uk/public_html/admin/controller/design/layout.php'
FILE: admin/controller/extension/module.php
FILE: admin/model/extension/event.php
FILE: admin/controller/catalog/product.php
FILE: admin/model/catalog/product.php
Modification:perationNode - SEARCH NOT FOUND (SKIPPED):
modification id = 'Sort & Add extra tabs to product page'
file name = '/home/sites/webservicesinderby.co.uk/public_html/admin/model/catalog/product.php'
search = '$data = array_merge($data, array('product_description' => $this->getProductDescriptions($product_id)));'
FILE: admin/model/localisation/language.php
FILE: admin/view/template/catalog/product_form.tpl
FILE: catalog/controller/product/product.php
FILE: catalog/model/catalog/product.php
Modification::applyMod - Done 'Sort & Add extra tabs to product page'
----------------------------------------------------------------
Modification::applyMod - Processing 'Custom Product Tabs PRO default theme patch'
FILE: catalog/view/theme/default/template/product/product.tpl
Modification:perationNode - SEARCH NOT FOUND (SKIPPED):
modification id = 'Custom Product Tabs PRO default theme patch'
file name = '/home/sites/webservicesinderby.co.uk/public_html/catalog/view/theme/default/template/product/product.tpl'
search = ''
Modification:perationNode - SEARCH NOT FOUND (SKIPPED):
modification id = 'Custom Product Tabs PRO default theme patch'
file name = '/home/sites/webservicesinderby.co.uk/public_html/catalog/view/theme/default/template/product/product.tpl'
search = ''
Modification:perationNode - SEARCH NOT FOUND (SKIPPED):
modification id = 'Custom Product Tabs PRO default theme patch'
file name = '/home/sites/webservicesinderby.co.uk/public_html/catalog/view/theme/default/template/product/product.tpl'
search = ''
Modification:perationNode - SEARCH NOT FOUND (SKIPPED):
modification id = 'Custom Product Tabs PRO default theme patch'
file name = '/home/sites/webservicesinderby.co.uk/public_html/catalog/view/theme/default/template/product/product.tpl'
search = ''
Modification::applyMod - Done 'Custom Product Tabs PRO default theme patch'
----------------------------------------------------------------
Modification::applyMod - Processing 'core'
FILE: system/engine/action.php
FILE: system/engine/loader.php
FILE: system/library/config.php
FILE: system/library/language.php
Modification::applyMod - Done 'core'
----------------------------------------------------------------
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »