Announcement
Collapse
No announcement yet.
Miva Merchant 9.0004 Template Changes
Collapse
X
-
Sincerely,
Stephen M. LaBar, Jr.
(770) 441-9447
The Martial Arts Store
Please Visit Our Site At:
http://www.themartialartsstore.com
-
Re: Miva Merchant 9.0004 Template Changes
All ReadyThemes (except retro) have been update to the 9.0004 page template changes. Retro should be released Monday.
The latest themes can be downloaded here:
http://apps.miva.com/themes
Comment
-
Re: Miva Merchant 9.0004 Template Changes
The uploading and applying of any framework will overwrite the current coding. But because I seem to have a problem with using the coding from the updates page, I take the framework and install it in a dev site, then I can see the code in my own comfort zone. I do use the Updates page a reference to be aware of what has been changed. If it happens to be a page that didn't have any previous changes made to it but there are new changes, I'll just copy the entire page template from the dev version and paste it to the live site.
But to answer you question - yeah you'll still need to make line by line changes for older sites.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Re: Miva Merchant 9.0004 Template Changes
Originally posted by fastees View PostIt would be nice if someone could post the wishlist templates for Suivant readytheme please! Also the page changes for PROD.
http://www.miva.com/docs/development-account
Then you can apply the latest version of the theme and get to code you need that is specific to your theme.
Trying to quickly update a store that uses a theme other than what the Template Changes use can be a bit frustrating.
Also watch out for a gotcha I discovered that some stores may encounter. If your BODY Tag is not in it's own tab, the updates to the BODY Tag do not get applied. It can leave you scratching your head wondering why your ReadyTheme doesn't look like the demo ReadyTheme.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Re: Miva Merchant 9.0004 Template Changes
I've added the code on the Product page for Wishlists but have something weird happening.
If I use this form tag :<form method="post" action="&mvt:global:sessionurl;Screen=BASK"> I can add the product to the bask but cannot add the product to a wishlist.
If I use the new form tag: <form method="post" action="&mvte:urls:BASK:auto;" name="add" id="js-purchase-product" class="inline-labeling"> I can add the product to a wishlist but I cannot add the product to the shopping cart.
Any ideas???Sincerely,
Stephen M. LaBar, Jr.
(770) 441-9447
The Martial Arts Store
Please Visit Our Site At:
http://www.themartialartsstore.com
Comment
-
Re: Miva Merchant 9.0004 Template Changes
This is the first time I am applying an update to a site with a Suivant theme. I've done considerable updates to some of the pages so I want to make sure I am doing this correctly. I'm finding some of the information here a little confusing.
Can you clarify: Will there by any place where the template changes for the Suivant theme are posted?
If not, I think I understand what to do.
Comment
-
Re: Miva Merchant 9.0004 Template Changes
@Stephen
There was an update the the Add To Cart JavaScript.
in js/scripts.js add this code:
Code:if (/\?/.test(formUrl)) { formUrl = formUrl + '&v=' + randomNo; } else { formUrl = formUrl + '?v=' + randomNo; };
Code:// Add status data to form form.data('formstatus', 'submitting');
Comment
-
Re: Miva Merchant 9.0004 Template Changes
Will there by any place where the template changes for the Suivant theme are posted
Here are a list of changes which were made to the theme: https://github.com/mivaecommerce/rea...v1.3.0-Updates
It will be up to you to make these changes to your store.
Comment
-
Re: Miva Merchant 9.0004 Template Changes
Originally posted by Brennan View PostThe template changes are located here:
Here are a list of changes which were made to the theme: https://github.com/mivaecommerce/rea...v1.3.0-Updates
It will be up to you to make these changes to your store.
I didn't see the changes for the Iron & Wool Theme online. Are they going to be posted as well?Sincerely,
Stephen M. LaBar, Jr.
(770) 441-9447
The Martial Arts Store
Please Visit Our Site At:
http://www.themartialartsstore.com
Comment
-
Re: Miva Merchant 9.0004 Template Changes
Originally posted by Brennan View Post@Stephen
There was an update the the Add To Cart JavaScript.
I thought there might have been changes so after I installed the updated Theme in my dev store I copied the new js files to my live site after installing the code. The changes you gave me are there and the site still does not work properly.
Did I miss something somewhere else?Sincerely,
Stephen M. LaBar, Jr.
(770) 441-9447
The Martial Arts Store
Please Visit Our Site At:
http://www.themartialartsstore.com
Comment
-
Re: Miva Merchant 9.0004 Template Changes
Originally posted by Brennan View PostWe'll get it added to the list of changes, we just missed it.
Thank you sir.Sincerely,
Stephen M. LaBar, Jr.
(770) 441-9447
The Martial Arts Store
Please Visit Our Site At:
http://www.themartialartsstore.com
Comment
Comment