s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT

Open to all! Ask other shopowners for help.
User avatar
Cary
Member
Posts: 34
Joined: Fri Mar 12, 2021 9:36 pm
Phoenix Version: v1.0.9.1
Has thanked: 3 times
Been thanked: 3 times

Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT

Post by Cary »

Thank you! I think that worked. I'm not seeing the error after selecting the tag on the product page and sorting by price. I think that's why it was occurring and I was looking in the right location but I hadn't thought of adding a line. I read that base_price could not be edited/changed in the base/core code and I couldn't find a solution.

Thanks again!
- Cary

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT

Post by burt »

In case anyone is interested, filtering is now available for this Specifications system.

For example...show me Products that are "Produce Of: Wales".
spec-filter.jpg
Available for 1.0.9.7 onwards. Contact me via PM.
If you are on an older version of Phoenix, contact me via PM and I can test.
You do not have the required permissions to view the files attached to this post.
I am not here to build for you.
I am here to build with you. Let's help each other.
jan_hartvig
Member
Posts: 18
Joined: Sun Aug 29, 2021 11:21 am
Phoenix Version:
Been thanked: 2 times

Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT

Post by jan_hartvig »

Hi
i just installed this on my page. But when I run the SQL the error message below comes up.
All the the files is uploaded.

When I go in on a product and klick on "product specific, Language specific or picture images" it sends you to the first page of admin page.

And the webshop doesn' t show any product info, only the headline


CREATE TABLE products_tags (
products_tags_id int(11) NOT NULL AUTO_INCREMENT,
products_id int(11) NOT NULL,
groups_id int(11) NOT NULL,
groups_members_id int(11) NOT NULL,
PRIMARY KEY (products_tags_id),
KEY idx_products_tags_products_id (products_id)
) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

"#1046 - No database in use"

What am I doing wrong?
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT

Post by burt »

jan_hartvig wrote: Tue Aug 12, 2025 1:31 pm What am I doing wrong?
Whatever you are using (phpMyAdmin or via hosting control panel), this error usually means you have not explicitly selected which database to apply the SQL to.
I am not here to build for you.
I am here to build with you. Let's help each other.
jan_hartvig
Member
Posts: 18
Joined: Sun Aug 29, 2021 11:21 am
Phoenix Version:
Been thanked: 2 times

Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT

Post by jan_hartvig »

Hi :-)
I use phpadmin

Hahaha this was eyasy, thanks alot :-)

Best regards
/jan
jan_hartvig
Member
Posts: 18
Joined: Sun Aug 29, 2021 11:21 am
Phoenix Version:
Been thanked: 2 times

Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT

Post by jan_hartvig »

Ok, getting closer now. :-)

When I click "Specifikations" It throes you back to first page
jan_hartvig
Member
Posts: 18
Joined: Sun Aug 29, 2021 11:21 am
Phoenix Version:
Been thanked: 2 times

Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT

Post by jan_hartvig »

I notised that when I klick on "Specification" in the product info the it opens "https://bikesupport.se/admin/#section_specs" and shows the index.php page
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT

Post by burt »

I suspect Javascript problems, most likely due to incorrect installation.

I don't see where you have mentioned which version Phoenix you are using <-- this should always be given.

I don't see where you have mentioned which download of s04e10 you are using.
I am not here to build for you.
I am here to build with you. Let's help each other.
jan_hartvig
Member
Posts: 18
Joined: Sun Aug 29, 2021 11:21 am
Phoenix Version:
Been thanked: 2 times

Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT

Post by jan_hartvig »

Hi
I have checked all upploaded files 3 times they are correct.
The SQL works
But I haven't updated to the last version
Installed Version: CE Phoenix v1.0.8.17

installed version S04e10-1.1.0.0
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT

Post by Kofod95 »

I'm not sure, but could it be language-related? If you have translated the supplied language files into Swedish, try using the supplied ones instead (copy those into your Swedish language folders, without translating, just to see if that's it)

//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply