unable to add product options

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart Themeunable to add product options

This topic has been marked as resolved.

looks like it is not communicating to the product_option file !!!

ERROR LOG
2011-12-04 15:34:24 – PHP Warning: require(product_options.tpl) [function.require]: failed to open stream: No such file or directory in /home/xxxxxxx/public_html/vqmod/vqcache/vq2-catalog_view_theme_shoppica_template_product_product.tpl on line 138

( product page error after creating a product option )
Fatal error: require() [function.require]: Failed opening required ‘product_options.tpl’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/xxxxxxx/public_html/vqmod/vqcache/vq2-catalog_view_theme_shoppica_template_product_product.tpl on line 138

December 4, 2011 at 5:44 pm #4155

Hi,

can you try the following fix – open catalog/view/theme/shoppica/template/product/product.tpl and find this string (should be on line 138):

<?php if ($options) require 'product_options.tpl' ?>

Replace it with:

<?php if ($options) require 'catalog/view/theme/' . $this->config->get('config_template') . '/template/product/product_options.tpl'; ?>

Does this work for you ?

December 6, 2011 at 12:05 pm #4234
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.