Tagged: product entry
This topic contains 6 replies, has 2 voices, and was last updated by zardon 1 year, 8 months ago.
| Author | Posts |
|---|---|
| Author | Posts |
| September 23, 2011 at 10:11 pm #226021 | |
|
zardon New Member
|
Hello, The admin interface uses various Javascript files for the product entry page on v3.8.6.1, however I’ve noticed that the javascript on this page no longer works at all. I cannot see all the media buttons, and when I click on the that I can see I get the image/media browser but this does not launch using Javascript / Thickbox. Another issue is that the Visual tab inside the admin interface (Next to HTML tab) for product entry seem to be grayed out and cannot be selected; this would indicate the Javascript is not being loaded for Visual tab Has anyone got any solutions to this? |
| September 24, 2011 at 1:39 am #226032 | |
|
zardon New Member
|
I have created a stackoverflow for this issue here: I have tracked it down to either a language issue inside display-items-functions.php or its a javascript issue. |
| September 24, 2011 at 2:33 am #226035 | |
|
zardon New Member
|
I’m sure its a language translation issue inside display-items-functions but cannot find the root cause. I deleted all the admin/js files but this had no affect. Has anyone else encountered this issue? I am using a clean install of WordPress (3.2.1) and WP-Ecommerce (3.8.6.1) No other plugins are installed or active. I tried the beta to see if this solved the problem, but this hasn’t resolved the problem either. Inside the display-items-functions I have tracked it down to the: wpsc_filter_delete_text() and any function that uses $translation. If I attempt to clean all text inside $text or $translation (ie: remove anything that is not A-Z|0-9) this doesn’t solve the problem either. Anyone experiencing this problem where the admin interface gadgets do not appear, or do not work? And if so, how did you resolve it? Thanks. |
| September 24, 2011 at 4:05 am #226045 | |
|
zardon New Member
|
I have tracked down the problem!! It is in display-item-functions.php and
If you comment out this line the JQuery Ajax Thick boxes work again! |
| September 24, 2011 at 5:28 am #226056 | |
|
Gary Cao Trusted
|
Hi zardon, As strange as it may sound, this is a memory allocation issue. If you view the source of the Edit Product page, you’ll see that it’s suddenly cut off when outputting the “Product Download” metabox. This issue is resolved in our release candidate for 3.8.7. Please try it out using the link below: |
| September 24, 2011 at 10:37 am #226084 | |
|
zardon New Member
|
Hello there. I tried commenting out the wpsc_select_product_file but whilst it solves the problem, it actually causes a problem where the Variations no longer work! The part variations work fine, but no children appear at all. The button “update variations” works, but never loads any children. Strangely if I remove the comments, then the children return but I lose the functionality of the tabs again. Its like a vicious cycle. I’ve gone to the actual function and commented out line-by-line. But I can only get it so that children appear, but selecting a child does not select its parent! I’m going to try the beta as mentioned by Gary |
| September 25, 2011 at 1:08 am #226108 | |
|
zardon New Member
|
This has resolved the problem. Language files and the upload buttons all seem to have an effect, it is not a javascript issue. Anyway, upgrading resolved the issue for the present time. Thanks. |
You must be logged in to reply to this topic.