Hi,
I want to use your extension but it does support english and spanish. I want to editing my language (My language is Turkish). I try to edit AskQuesitons.xml as Turkish language.
Editing file without AskQuestion.xml file:
catalog/language/turkish/product/product.php
catalog/controller/product/product.php
But I could not show askquestion tab in product page.
If you help me I would be very pleased.
Thanks
Dear all,
how can I resolve this error: ?
I'm using OC 1.5.6.1
how can I resolve this error: ?
Code: Select all
Notice: Undefined variable: product_info in C:\xampp\htdocs\opencart\vqmod\vqcache\vq2-catalog_view_theme_ortopediko_template_product_product.tpl on line 390
I found out sollution for OC 1.5.6.X error: Undefined variable: product_info
in XML file change
with this:
in XML file change
Code: Select all
<?php echo $product_info['name']; ?>
with this:
Code: Select all
<?php echo $heading_title; ?>
Who is online
Users browsing this forum: No registered users and 86 guests