raj003

raj003 13 years ago

@nosecret:

i believe there are 3 DB tables for your extension , 1. artist details, 2. artist-category, 3.artist_id-and-product_id

i think i can also do the bulk import. please confirm so that i will buy your extension

opencartboost

opencartboost 13 years ago

@raj003: My module is author only no feature export import. Try contact that the developer (bulk import) and explain what you want. Sorry, i don't have experience with import product.

raj003

raj003 13 years ago

@nosecret:

sorry forgot to paste the url of the bulk import extension, this one

http://www.opencart.com/index.php?route=extension/extension/info&extension_id=3971

raj003

raj003 13 years ago

@nosecret:

will it work with this bulk import extension, if not can you please make necessary changes in bulk export program, to accommodate your extension to work with bulk import of artist/author.

I am very much interested to purchase this extension, thank you

opencartboost

opencartboost 13 years ago

@raj003: Yes, my module support for SEO friendly. I am already activated feature SEO via admin. Below example link for some author.

http://www.saeshop.net/demo15/Murat-Yilmaz
http://www.saeshop.net/demo15/Nurul-Ferdous
http://www.saeshop.net/demo15/Jose-Argudo

raj003

raj003 13 years ago

Hi nosecret,

I want it for DVD store.. i think it can be easily be use for a DVD store to link actor, director etc.
Also please confirm as it was mentioned the author page is SEO friendly url, but i don't see in demo url like this http://www.saeshop.net/demo15/author/murat_yilmaz.html.

opencartboost

opencartboost 13 years ago

Please, ensure you are using author module which suitable with your OpenCart version.

shb

shb 13 years ago

Checking on 3rd party extension that might have changed the product.php files you mentioned

Shb

shb

shb 13 years ago

Hi nosecret, using T5 template but tried default with same error.

---------- Date: 2012-06-24 22:51:48 ~ IP : xx.xx.45.126 ----------
REQUEST URI : /shop/
MOD DETAILS:
modFile : /home/xxxxxx/public_html/shop/vqmod/xml/author_module.xml
id : Author Module
version : 1.0.0
vqmver : 2.1.3
author : nosecret
SEARCH NOT FOUND (ABORTING MOD): if (isset($data['filter_manufacturer_id'])) {
----------------------------------------------------------------------


---------- Date: 2012-06-24 22:51:53 ~ IP : xx.xx.45.126 ----------
REQUEST URI : /shop/
MOD DETAILS:
modFile : /home/xxxxx/public_html/shop/vqmod/xml/author_module.xml
id : Author Module
version : 1.0.0
vqmver : 2.1.3
author : nosecret
SEARCH NOT FOUND (ABORTING MOD): if (isset($data['filter_manufacturer_id'])) {
----------------------------------------------------------------------

opencartboost

opencartboost 13 years ago

@ shb: Do you use another third party extension that require change some code in file:
catalog/controller/product/product.php
and
catalog/model/catalog/product.php?

Any error message on vqmod log, in file vqmod.txt in folder vqmod?

shb

shb 13 years ago

Hello Nosecret,

I've purchased and installed per instructions including sql imports successfully but get error when trying to display product: Fatal error: Call to undefined method ModelCatalogProduct::getAuthors() in /home/xxxxxxxxaccountxxxxxxx/public_html/shop/vqmod/vqcache/vq2-catalog_controller_product_product.php on line 427

Tried with different themes

Thanks,
shb

dklnd

dklnd 13 years ago

Could you email me on shop//@//dekloned.be

Thanks

opencartboost

opencartboost 13 years ago

@ dklnd: if you give me your theme, i will give you demo using your theme. So you can try it first before buy it.

dklnd

dklnd 13 years ago

Pretty expensive but oke, does it work with custom themes that have own TPL's?

lucasbg

lucasbg 13 years ago

I think this module is useful, but too expensive. The basic 'Book Store' module, used in your demo site has nearly the same price. Maybe you have to release the planned "Book Store" extension...

jaspinder

jaspinder 13 years ago

Excellent Service ! Both my problems have been resolved . I reported two problems and this great guy came with a solution the same day .

Well Done !

opencartboost

opencartboost 13 years ago

Based info from jaspinder, there are 1 bug:
1. author index direct to manufacturer page

To solve:
1. OPEN file author_list.tpl in catalog/view/theme/default/template/product/author_list.tpl
2. FIND (line 12):
&nbsp;&nbsp;&nbsp;<a href="index.php?route=product/manufacturer#<?php echo $category['name']; ?>"><b><?php echo $category['name']; ?></b></a>

3. REPLACE WITH:
&nbsp;&nbsp;&nbsp;<a href="index.php?route=product/author#<?php echo $category['name']; ?>"><b><?php echo $category['name']; ?></b></a>

I am already update for that.

jaspinder

jaspinder 13 years ago

And my email address is jsks.publishers@gmail.com if you want to contact me through email .

Thanks in advance .

jaspinder

jaspinder 13 years ago

Hi No Secret . Purchased this module 2-3 days back and it does what it promises . But I have a small issue . On author pages (Page that lists all books by a particular author , the grey camera image appears if you do not add an image ) . Now I do not want to add author images as there will be about 20000 authors on my website ultimately . All I want is that the grey Camera Image should not appear on these pages even if I add no image for that author while creating authors .

I know this was a bug in previous opencart versions and has been fixed now I suppose . (But do not know the code for it ) . If you could help me fixing on the author pages created by your extension that would be great . I suppose other people are facing the same problem as well and would appreciate a solution .
And this would remove a potential bug in this extension as well .

opencartboost

opencartboost 13 years ago

I will help you to show author name on category page, both view grid and list.