If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I thought the choices for building urls, without the use of a plugin, was to use the default way that Miva generates urls, or use the new SEO features to generate urls.
Are you saying that you can freely form urls as long as they contain the Product Code?
Can you provide a snippet of sample code from one of your page templates that illustrate your method?
Here is an example. I think there is a tutorial on this particular style. http://www.yourdomain.com/pc/&mvta:p...duct:name.html
The key is your .htaccess file parses the sections and rewrites it to the long url. So the above would be rewritten by the .htaccess to http://www.yourdomain.com/mm5/mercha...gory_Code=bbbb and the product name is ignored. The search engine sees the directory style url. The .htaccess rewrites that to a url that merchant can use.
I am trying to get the product SKU or the Variant SKU to show up in the basket. I have it working where it shows the main product sku but if the product has variants i don't know how to get the variant sku to display.
Here is some code in my basket contents: The item in bold is where I think the variant code would go.
Comment