jghazally
Forum Replies Created
-
p/s I like your theme ??
Yeap just checked your including 2 jQuerys
1 from wp-include which is fine, (thats what should be included)
2 from external source which is the culprit:<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
I suspect mailchimp… could be wrong though…
so,, in conclusion,, not a wp-e-commerce bug, OR a WordPress bug ??best
jeffJust created a test site, and had a go,, seems to run fine for me…
please pass me a link to your site and Ill see if I can see anything obviousbest
jeffthat error generally springs up when jQuery is included twice,,, can you check your theme is not including jQuery as well,,,
best
jeffForum: Plugins
In reply to: WP e-commerce 3.7.7 install problemIll have a search for your username in the forums.
best
jeffForum: Plugins
In reply to: WP e-commerce 3.7.7 install problemThis is very odd behavior, please report this to the wp-e-commerce support forum :
https://getshopped.org/forums/
and a representative will get back to you,,
as for the warning, I have never seen it before but did a little googling, and cart.class.php line 881:do_action ("wpsc_cart_updated", &$this);
if you change it to:
do_action ("wpsc_cart_updated", $this);
that will get rid of the warning message above…
best
jeffAlso please submit your questions to the getshopped.org forums,, more people using wp-e-commerce on there will be able to assist you,,,
You can use gettext localizations read:
https://codex.www.ads-software.com/Translating_WordPressessentially you can grab the POT file and change the P&P to whatever you want ??
Forum: Plugins
In reply to: WordPress e-Commerce Plugin – GLORIOUS UPDATEYay Updates,
things are moving up up up,
just can’t wait till we see custom post typesForum: Fixing WordPress
In reply to: 400 Bad Request (https://svn.wp-plugins.org)Yea I get this issue too,, I only get it when Im working through internet tethering. Through a google search I found info on similar issue for SVN but instead of OPTION is was REPORT and basically the response mentioned that the issue was due to proxy settings… would be good to hear what the WordPress gurus have to say about this… I would love tobe able to check in when working on the road.. anyone?
Hi Ben,
Just replied through the mailing list, if you can provide me with a diff file I can go in and make that change for you.
Would be good if you could document the change in the readme too ??
best
jeffForum: Plugins
In reply to: [Plugin: WP e-Commerce] I’m gonna give this one last chancehmm you should have been alerted with a ‘Fix your purchase Logs’ Message that associates your checkout form fields with the snazzy new purchase log system,, as for the gold cart files you stil have the receipt with the download link? Redownload them and place them in the new location (its not the same place as the 3.6 location) gold cart files have been altered since 3.6
problems? Let me know at [email protected]regards
Jeffry GForum: Plugins
In reply to: [Plugin: WP e-Commerce] HELP PLEASE! PRODUCT SCROLLER AND FORUM!Hey mate sorry we havent replied we are looking into the safari issue, as for the forums issue please email me at [email protected] Ill sort you out with a new password for the forums, and yes category ID is hard to find in the new 3.7 versions (I find them by editting the category and hovering over the delete button~)
Forum: Plugins
In reply to: How Many Plugins is Too Many?hmm I noticed the fatal error message when I activated wp-e-commerce but when I disabled simplepie wp-e-commerce worked fine,,, Would love to hear from the experts on this one!
Forum: Plugins
In reply to: Help! my checkout form has gone loco! T_Thmm dont know how it did that!
If you goto line 135 in style-common.css and comment out white-space:pre;
and style-ecommerce.css line 560 comment out border-left-width:100px and width:100%I believe that puts the checkout form back in the right place,,,