Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

this page was working initially, and then I made some changes which *didn’t* appear, and then it just stopped showing that page altogether.

I have tried deleting my wpsc-single_product.php and replacing it with the default one provided but it still just shows 404.

My category page does the same, in fact the only pages I can get to work are the ones that are actual pages (checkout, transaction results etc.) - this made me think it could be a url rewrite problem but considering it was working before and I haven’t made any changes to my .htaccess or infact any other file it probably isn’t.

Shouldn't it default to the wpsc-single_product.php file that is in the plugin directory anyway - like it did before I copied the file over in the first place?

What could have made this happen?! Please help?

Thanks in advance for any help or advice, Billy

share|improve this question

2 Answers

Do you use permalinks?

If so, try changing it to Default

Settings -> Permalinks

share|improve this answer
1  
This answer was "automatically flagged as low-quality because of its length and content" so please try to add detail to your answer or it will likely be deleted. In fact, it is not entirely clear that this is an answer so please explain why you think this may solve the problem. – s_ha_dum Mar 17 at 21:18
up vote 0 down vote accepted

I fixed this in the end.

There is a button in the wpsc settings page under presentation to flush the theme cache.

Caption:

If you have moved your files in some other way i.e FTP, you may need to click the Flush Theme Cache. This will refresh the locations WordPress looks for your templates.

Simple, and hard to miss, but I managed to!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.