opencart - product option still showing even though it is disabled in back end - opencart

I've not really used OpenCart before so not entirely sure if what I'm doing is correct or not.
I'm using OpenCart 1.5.6.4 and implementing OpenStock in order for me to add several options and prices for products.
To clarify, I have an ethernet cable in the store, but it is available in different lengths and colours. However, in my admin area under Option Stock tab in Products, I have disabled the 0.5m Green cable - yet it is still shown on the front end, and can even be added to the cart. Checking the database, it is definitely set to 0 in the active column, so why is it still showing? Or am I missing something really obvious?
If my question seems too vague, please tell me - I can explain more if need be.
Thank you,
Michael

Clear OpenCart cache:
Locate cache folder under system/storage/cache
Open cache folder and select all files
Delete files

Try to refresh the modifications cache in the admin. I found that to be very useful when most things dont update on the public side.

Related

How to remove saved responses from a field in Flask-WTForms for patient privacy?

I built an app for work that keeps track of client medications.
Although of course I did not include any client data when I deployed the app in order to be able to demonstrate it to employers, in the dropdown fields you can still see the initials of the clients.
I'm putting it in maintenance mode in between showing it, and I also added a bunch of fake records so that you can only see the real initials mixed in with other random initials (and again, only under the fields in the automatically generated dropdown menus, not in the actual data saved to the database). Since there's no other information about the clients, I think that's pretty much all I really need to do.
But all of this begs a more programmatic solution: how do I edit the previous values that Flask-WTF remembers so that you cannot see them in the dropdown?
Here is what I mean:
Please let me know what options I have!
Thank you.

Dymanic PickList Applet is empty Siebel

Can you help me, please?
I've created a dynamic PickList and Pick Applet, but when it's displayed there is no records. I've created all joins (I join with S_CONTACT on ROW_ID to take Last and First names), pick map an specified my PickList to the field. I think i missed link between PickList and Pick Applet, but i'm not sure and i don't know how to solve it.
If you are new to Siebel, may I point out that Siebel tools has some wizards which can make things easier. To add a dynamic picklist on a field, right click on the field in Siebel tools, and choose 'Add Picklist'. Then follow the onscreen instructions, which will also help configure a pick applet. Try re-creating the dynamic picklist using this wizard.
If you do not want to try this, you will have to spool the sql logs to get sql which could point to the issue. It could be a searhspec issue on the picklist/picklist bus comp/pick applet. It could even be a buscomp visibility issue (salesrep, org). Also check the pop-up visibility for the buscomps, and see if there are any other constrains on the pickmap.
The mistake was in defining Business Component: i was looking throught the same on for field and picklist.

Sitecore 6 WFFM: How to customize reports?

I have a few fields that I don't want to appear in the report. Is there a way to hide them completely (not even show the column header for these fields)?
I tried to create my own ISaveAction with the intent to filter out those fields before they get saved to the DB, but even if they don't appear in the AdaptedResultList that is sent to the DataManager.InsertForm the columns associated to these fields still appear in the reports.
Out of the box functionality, the answer is that if you mean one of the reports in the Form Reports area of WFFM, you most likely can, depending on the report. If you mean one of the reports that you can see a "Design" button on top when you view it, then you know that it's using the report that is configured in one of the .mrt files in your website directory in this path:
Website\sitecore modules\Shell\Web Forms for Marketers\Reports
Editing one of the reports by hitting the Design button will open up the Stimulsoft designer that is built in to Sitecore and you can make changes. You can also download one of the trial clients from the Stimulsoft website and open the .mrt files directly and edit them that way (the interface is WAY nicer than the built in Sitecore one).
A word of caution, however, BACK UP THE FILE FIRST!!! The Stimulsoft interface is picky and easy to break and it's got a learning curve. Once you figure out the basics though, removing a field is cake.

Sitecore item will not go into edit mode; any suggestions on how to troubleshoot?

I have several Sitecore items (whose template is connected to an approval workflow) that will not go into Edit mode when clicking "Edit" from the "Review" tab. The same workflow is used elsewhere on the site successfully (the site is more than 3 years old), but clicking Edit in this case doesn't seem to affect the workflow state.
I've turned on verbose logging, which provides a lot of detail, but nothing to indicate any error conditions. I've been comparing how this template is configured with other "working" templates for a couple of days and everything looks Kosher, but surely I'm missing something obvious.
EDIT: The item(s) in question are imported by a data provider, and I've confirmed that for some reason Sitecore is not setting the "Workflow" and "State" system standard fields with a default value. That appears to be at least part of the issue.
EDIT 2: Followed the steps in this thread http://sdn.sitecore.net/Forum/ShowPost.aspx?PostID=45991 to use Sitecore Rocks to update all of the items to the correct Workflow State, but the update did not stick. For some reason workflow changes are not persisted for imported items.
EDIT 3: Clicking the Edit dropdown button under the Home tab displays the message "The item is currently not part of a workflow."
Standard values set correctly? Only have one Standard Values item for this template?
Generally, almost every time I run into a situation where X works on certain items, but not on others... it's a permissions issue. You've tested this as an Administrator I hope?
Sorry my suggestions are so vague, but it's hard to be specific here. We need some more information from you... When you click on Edit what exactly are you expecting to happen? I'm not entirely sure what you mean by "Edit mode" here. In Content Editor, all items are essentially in edit mode all the time... In my configuration, when I click on Edit, I am just locking the item. It does not change workflow state or create a new version.
These items are coming from a data provider... is your data provider handling Lock/Unlock calls properly? I know it's possible to use a data provider without implementing the entire Item API.

XCart unable to add items to cart

Hey guys I'm taking over another web developers installation of XCart and am unable to
add items to a cart, it seems like they disabled this functionality somehow, and am wondering
if there are thoughts on how this has been done. You can play with an actual item here
Item Test
To see what it actually does. It seems like the item completely skips the cart somehow, I'm
wondering if this is a product irregularity? All products were imported, none were created.
I fear I can't test that. You don't have any "add-to-cart" buttons enabled on that web-site pages.
If this is what you faced to - make sure
1) you have "add-to-cart" code in product.tpl template file
2) you have non-zero in-stock qty for products
3) at least one of payment methods enabled