| Anonymous | Login | Signup for a new account | 2013-05-23 20:55 EDT | ![]() |
| All Projects | osCmax |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0001220 | osCmax | Other | public | 2012-06-14 17:24 | 2012-06-16 04:39 | ||||
| Reporter | SMurphy | ||||||||
| Assigned To | pgmarshall | ||||||||
| Priority | normal | Severity | feature | Reproducibility | N/A | ||||
| Status | resolved | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | v2.5.1 | ||||||||
| Target Version | v2.5.3 | Fixed in Version | v2.5.2 | ||||||
| Summary | 0001220: Discontinued Products Modification | ||||||||
| Description | I recently noticed there were loads of broken links to our site for products that we have took off the site. This mod will add an extra button into the "Status" column in the admin panel so you can now set an item as "Active", "Discontinued" or "Inactive". The new discontinued settings will stop products showing up on your site as if they were inactive, but allow people following a direct link to the product to view it and see that its discontinued. This way you will not lose out on any hits to your site, and can use cross selling to recommend alternative products. The install instruction are quite long so wont post them again here. They can be found on the forum at http://www.oscmax.com/forums/custom-mods-hacks/28300-discontinued-products.html [^] Additionally I have attached files which have the mod pre-installed to my 2nd post in that topic. The files are from 2.5.1 so may cause problems if you just drop them into any other version. | ||||||||
| Additional Information | May be an idea the have a search through the content of the other files to make sure none of them check products_status as if it were a boolean. For this mod to work products_status should be checked like; if (products_status == 1) { Not; if (product_status) { Have never seen product_status used like that, and have installed this mod on our live site without any problems so far. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
Notes |
|
|
(0003421) SMurphy (reporter) 2012-06-15 08:16 |
Forgot to add in a radio button to the add/edit product page for setting discontinued. This post details how to add in the other radio button - http://www.oscmax.com/forums/custom-mods-hacks/28300-discontinued-products.html#post69541 [^] |
|
(0003422) pgmarshall (developer) 2012-06-16 04:39 |
Nice contribution SMurphy. Keep them coming! http://code.google.com/p/oscmax2/source/detail?r=1851 [^] |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-06-14 17:24 | SMurphy | New Issue | |
| 2012-06-14 18:33 | pgmarshall | Status | new => confirmed |
| 2012-06-14 18:33 | pgmarshall | Product Version | => v2.5.1 |
| 2012-06-14 18:33 | pgmarshall | Target Version | => v2.5.3 |
| 2012-06-15 08:16 | SMurphy | Note Added: 0003421 | |
| 2012-06-16 04:27 | pgmarshall | Assigned To | => pgmarshall |
| 2012-06-16 04:27 | pgmarshall | Status | confirmed => assigned |
| 2012-06-16 04:39 | pgmarshall | Note Added: 0003422 | |
| 2012-06-16 04:39 | pgmarshall | Status | assigned => resolved |
| 2012-06-16 04:39 | pgmarshall | Fixed in Version | => v2.5.2 |
| 2012-06-16 04:39 | pgmarshall | Resolution | open => fixed |
| Copyright © 2000 - 2012 MantisBT Group |