Re: Tabbed Products ''LITE'' version - Delimiter based
Hi,
I have copied all the files as required to my custom template folder, but received the following error on the SQL install:
1146 Table 'zencart.configuration_group' doesn't exist.
Which I was able to resolve by adding my database prefix, I then re-attempted the upload of the SQL via Admin->Tools->Install SQL Patches. I then received this message:
1054 Unknown column 'configuration_group_id' in 'field list'
I checked for this column and it does exist in the database. Fearing the SQL patch tool may be amiss, I Ran the SQL via the stored procedure interface in MSQL Admin.
The result is I now Have the Tabbed Products option under My Configuration, but that is all that show. There are no options other than the pull down title and My products detail page no longer displays. This is a store I am building here locally before uploading to a host. The only mods I am running are Sidebox mods.
The specs are:
- PHP Version 5.2.2
- Mysql 5.0.37
- Apache 2.0
Thanks in advance,
Metauniverse
Re: Tabbed Products ''LITE'' version - Delimiter based
Disregard my previous post. I was able to solve my problem.
Thanks,
Metauniverse
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
Metauniverse
Disregard my previous post. I was able to solve my problem.
Thanks,
Metauniverse
Good to hear. How did you solve it? Did you need to add the prefix to the sql ?
1 Attachment(s)
Re: Tabbed Products ''LITE'' version - Delimiter based
Hi,
I am looking for help in customizing my cart. I want to re-position the add to cart and item price. What kind of changes needed ? is it possible to do ?
I am not great in coding but with guidance I maybe able to do so. :smartalec:
There many good people here in this forum :smile:
Thanks for your help.
Re: Tabbed Products ''LITE'' version - Delimiter based
Hi Qhome,
Thankyou for this. It is people like zen cart and you that make dreams possible.
Thankyou for sharing, maybe one day I can do the same.
I solved the problem by adding the prefix in the proper place of the sql:
SELECT @gid := configuration_group_id FROM `configuration_group` where `configuration_group_title` LIKE 'Tabbed Products Config';
`xxx.configuration_group` <- this needs to be changed.
where of course XXX is your prefix of database tables.
I know this was posted before, but it was not clear to me as it was posted, so I added the prefix to all tables in the select statement(which was wrong). After examining the SQL logic for a while, the previous posts made sense.
Thank you,
Metauniverse
Re: Tabbed Products ''LITE'' version - Delimiter based
I think owner should add this as note into the instruction. I too was stucked there. then it tool little while what was going wrong with the SQL.
Owner of this mod. pls include this instruction into readme file.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
dwijadas
I think owner should add this as note into the instruction. I too was stucked there. then it tool little while what was going wrong with the SQL.
Owner of this mod. pls include this instruction into readme file.
Well the odd thing is that on both of my test databases, one with prefix and one without prefix, the included sql file works fine. I'm trying to find a better way of doing it but its more of a logistics problem with the way configuration_ids are dynamically assigned.
Re: Tabbed Products ''LITE'' version - Delimiter based
Thats good to hear. We are sure that you have great ideas, just that little info will save ppl like me :smartalec:
Wish you a great day ahead !
Re: Tabbed Products ''LITE'' version - Delimiter based
Just found out about this mod recently and love it!
I'm in the process of modifying the look, and needed some help.
How do I remove the Product Description Header?
How do I put the product attributes and add to cart INSIDE the tab content container table?
I've been trying to play around with the code, but I keep getting a Syntax Error.
Any help would be great!
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
TurtleDove
Just found out about this mod recently and love it!
I'm in the process of modifying the look, and needed some help.
How do I remove the Product Description Header?
How do I put the product attributes and add to cart INSIDE the tab content container table?
I've been trying to play around with the code, but I keep getting a Syntax Error.
Any help would be great!
Readme. There are no code changes for either of those, just config changes in the Readme :)