WordPress + Magento .htaccess ReWriteRule Issue (www vs. non-www)

I have an issue I've been facing for a bit now. Moved away from it, but now I'm back and just have no idea after trying to find a solution online. It seems individuals have faced similar issues, but trying out common fixes has resulted in just 500 Internal Server Errors. I'll try to be as thorough as possible in my explanation. OK, so onto the issue. I have a site using WordPress and Magento. The WP pages are kept …
Category: Web

Magento and WordPress URL integration

I'm in a bit of a conundrum. I've integrated WordPress into my Magento site, currently by a subdirectory. Check it out: http://vapetropolis.ca. If you go to the "reviews" section, you'll note there's a /wordpress in the URL. Obviously, this sucks for SEO. So, I want to get rid of the /wordpress. How can I do this? Integrate Magento as a subdirectory into WordPress. This is no good, because now Magento will get a /magento - and Magento is strongly SEO'd …
Category: Web

Can we import Magento products to the Wordpress?

Can we import Magento products to the word press? For example, let just say I have an e-commerce site in Magento and blog is developed in WP. Now I want to pull the Magento customer wishlist products to the word press. Is there an easy way to implement this? perhaps an extension? so far I couldn't find it. If you could shed some light on this it would be much appreciated.
Category: Web

Display wordpress admin bar outside wordpress in Magento?

I have been trying to get the admin bar to show up under a magento install. I have tried eveything to get it. I can get the user, get the footer but nothing happens to get the admin bar up. from with in a 1column.phtml I called a <?php echo $this->getLayout()->createBlock('core/template')->setTemplate('custom/userpanel.phtml')->toHtml(); ?> and in that 'custom/userpanel.phtml' I added : require_once('/var/www/html/blog/wp-load.php'); require_once('/var/www/html/blog/wp-blog-header.php'); require_once('/var/www/html/blog/wp-includes/admin-bar.php'); require_once('/var/www/html/blog/wp-config.php'); show_admin_bar(true); wp_admin_bar_render(); with out anyluck. I'v tried using wp_footer(); but that doesn't get the bar, and even …
Category: Web

Generate XML Sitemap for Blog on Magento Platform

Our store is on Magento which is installed at root. Our blog uses Wordpress and is installed at /wp of our domain and renders at /blog. I've tried just about every plugin but cannot generate an xml sitemap for the blog. Each one creates an HTML sitemap of the Magento store without any reference to blog or posts whatsoever. Our store is rissyroos.com. The blog location is rissyroos.com/blog. I've tried at least a dozen different plugins starting and now ending …
Category: Web

How To Remove The "+ Add New Category" Link From A Category Metabox

Inside of a Wordpress category metabox or any custom taxonomy box for that matter there is a link with the text "+ Add New Category" is there a way this link can be removed preferably without resorting to JS or CSS hacks to hide it? A way to hide it using some kind of filter or action hook would be best. If no action hook or filter method exists to remove it, I would be open to JS and CSS …
Category: Web

Changes doesn't show up on blog

I am using wordpress in my magento using Fishpig wordpress extension, i have created a functions in functions.php of my theme (though its full integrated, meaning magento theme is applied to blog) but the following function doesn't seem to have any effort. my function is add_filter( 'the_excerpt_rss', 'insert_thumbnail_into_feed' ); add_filter( 'the_content_feed', 'insert_thumbnail_into_feed' ); function insert_thumbnail_into_feed() { global $post; if ( has_post_thumbnail( $post->ID ) ){ // replace thumbnail with yours $content = '<p>' .get_the_post_thumbnail( $post->ID, 'thumbnail' ) .'</p>'; } // get …
Category: Web

Using WP_Query() in Magento shows error

I am using Magento (directory example.com/app) and WordPress (directory example.com/blog/wp-blog-header.php). When I set up a WP_Query in Magento's template\catalog\product\view.phtml it shows the following error: Fatal error: Cannot redeclare __() (previously declared in \app\code\core\Mage\Core\functions.php:93) in wordpress\wp-includes\l10n.php on line 98 Is there a way to get this to work?
Category: Web

help in magento with wordpress function

I am new to magento and what i have magento wordpress by figpig installed.After much research i found that wordpress functions won't work in magento. As my function was placed in theme folder, which would display thumbnails in rss as well as turn hyperlinks in post. As i am new to magento, i want to convert the following function to make it work and where to use it? I already have it wordpress function. add_filter( 'the_excerpt_rss', 'insert_thumbnail_into_feed' ); add_filter( 'the_content_feed', …
Category: Web

Is it possible to set individual shipping prices in Woocommerce?

I currently have a store running on Bigcommerce, but unfortunately it doesn't offer the functionality that I require. I am debating whether to use a magento/wordpress install or wordpress/woocommerce. Does anybody out there know if it is possible with woocommerce (or additional plugins) to perform the following: Set an individual item with a fixed shipping price to different regions/countries. Offer a free shipping option on orders of a particular item over a given amount. I believe this would possible with …
Category: Web

Integrating Magento and Wordpress Users

I've found posts on letting Wordpress manage Magento users and vise versa, but what I'm looking to do is not to have one manage users over the other. I'd like users to have the option to sign up through the shop or through the Wordpress main site, but enable Wordpress to use the Magento users and vise versa. Should I install both: http://www.magentocommerce.com/magento-connect/wordpress-integration.html http://wordpress.org/extend/plugins/magento-wordpress-integration/
Category: Web

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.