Search found 73 matches

by Painstik
Mon Jul 27, 2009 7:42 pm
Forum: Shopping Cart 5.x
Topic: SEO title translation
Replies: 13
Views: 44221

Re: SEO title translation

I found an error in product SEO translation for Vendor pages. http://www.mywebshop.com/vendors/vendorname/ products[/b]/ When you go to the Vendors page, and click See All products, you'll get an error. Fix for this is: Open: includes/classes/class.vendors.php Find: // Viewing the products that belo...
by Painstik
Thu Jul 23, 2009 3:49 pm
Forum: Shopping Cart 5.x
Topic: SEO title translation
Replies: 13
Views: 44221

SEO title translation

This is customization for other languages in SEO title. http://www.mywebshop.com/ products[/b]/myproddescription.html http://www.mywebshop.com/ categories[/b]/prodcat http://www.mywebshop.com/ pages[/b]/myhtmlpage.html etc... Categories change: Open: lib/general.php Find: define("CAT_LINK_PART&...
by Painstik
Thu Jul 23, 2009 3:26 pm
Forum: Shopping Cart (ALL)
Topic: [FIX] Add ALT tag to sub-category images
Replies: 15
Views: 28141

Re: [FIX] Add ALT tag to sub-category images

I have another ALT tag fix for product images for entire store

For 5.x Open: /lib/general.php

Find:

Code: Select all

$imageThumb .= '<img src="'.$thumb.'" alt="" />';
Replace with:

Code: Select all

$imageThumb .= '<img src="'.$thumb.'" alt="%%GLOBAL_ProductName%%" />';