WooCommerce: Translation lost on AJAX call in Checkout page [closed]

I think I fixed the issue with the following extended function in my plugin: function localize_backend( $locale ) { // set langauge if user is in admin area if( defined( ‘WP_ADMIN’ ) || ( isset( $_REQUEST[‘pwd’] ) && isset( $_REQUEST[‘kau-boys_backend_localization_language’] ) ) ){ // ajax call from frontend if ( ‘admin-ajax.php’ == basename( $_SERVER[ ‘SCRIPT_FILENAME’ … Read more

WP e-commerce: getting products by SKU

WP E-commerce uses WordPress post objects to store products, so you don’t need any special functions or callbacks. query_posts will support everything you need, you can learn about the details of how everything is set up by reading about their database schema. Specifically, the SKU is in the wp_postmeta table with a meta_key of _wpsc_sku.

Shopping Cart Solution [closed]

What you are talking about is called Table Rate Shipping which will give you better control for e-commerce. There are some very good ecommerce solutions for WordPress including WooCommerce – free and has premium extentions like table rate shipping and themes – Sth African parent company with 30++ ecommerce extensions and 90+ WP themes Jigoshop … Read more

eBooks download website, page or post?

Pages are relatively more static. They don’t change much. Posts on the other hand do change on a regular basis. Just like any store, it’s best to use posts in this case. You can also create a custom post type and call it “ebooks”. It would be more appropriate, but posts can do fine.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)