- Posts: 11
- Thank you received: 0
product listing configuration
12 years 8 months ago #452
by gardenho
product listing configuration was created by gardenho
Are there a lot of changes from the items that can be configured on the 'product listing' config page because I am missing about half of those listed in the online documention regarding product listing.
I see a lot of differences between what I find in the forum and/or documentation/screenshots and what is in my admin settings & db, I am concerned I removed things in MShop without realizing when I imported my old oscommerce db info into it. I had a shop that was 7 years in Oscommerce and heavily modded.
I see a lot of differences between what I find in the forum and/or documentation/screenshots and what is in my admin settings & db, I am concerned I removed things in MShop without realizing when I imported my old oscommerce db info into it. I had a shop that was 7 years in Oscommerce and heavily modded.
Please Log in or Create an account to join the conversation.
- Support Team
- Offline
- Moderator
Less
More
- Posts: 106
- Thank you received: 10
12 years 8 months ago #454
by Support Team
Replied by Support Team on topic Re: product listing configuration
The product listing is indeed different. But you can get this back if you want.
find /components/com_oscommerce/includes/modules/product_listing_multi_col.php That's the file we use now.
Now you see product_listing.php and product_listing_multi_col_basic.php
rename to product_listing_multi_col.php and you will see the difference in front.
Because we use an ajax product listing file now. The product-listing options in the back don't work, for the file we use. The other two should work fine.
find /components/com_oscommerce/includes/modules/product_listing_multi_col.php That's the file we use now.
Now you see product_listing.php and product_listing_multi_col_basic.php
rename to product_listing_multi_col.php and you will see the difference in front.
Because we use an ajax product listing file now. The product-listing options in the back don't work, for the file we use. The other two should work fine.
The following user(s) said Thank You: gardenho
Please Log in or Create an account to join the conversation.