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!
s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT
- burt
- Core Team
- Posts: 4550
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT
In case anyone is interested, filtering is now available for this Specifications system.
For example...show me Products that are "Produce Of: Wales".
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.
For example...show me Products that are "Produce Of: Wales".
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.
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
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?
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?
- burt
- Core Team
- Posts: 4550
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT
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.
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
Hi :-)
I use phpadmin
Hahaha this was eyasy, thanks alot :-)
Best regards
/jan
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
Ok, getting closer now. :-)
When I click "Specifikations" It throes you back to first page
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
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
- burt
- Core Team
- Posts: 4550
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: s06e06 AND s04e10 - Product Specifications QUESTIONS/SUPPORT
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 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.
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
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
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
- 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
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
//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
Here are a lot of corns: Phoenix user guide