I believe the only difference is, when you select Replace All Mode it outputs an XML tag at the beginning of the file which deletes all current attributes.
Type: Posts; User: Brennan; Keyword(s):
I believe the only difference is, when you select Replace All Mode it outputs an XML tag at the beginning of the file which deletes all current attributes.
Let me try and clarify.
When you create an attribute template it has a code, which is unique and a prompt. The code is just a unique identifier. Two attribute templates cannot have the same code. ...
Try adding the code to the Sitemap Tab:
<mvt:foreach iterator="product" array="products">
<mvt:if expr="l.settings:product:code EQ 'test'">
<mvt:item name="product_attributes"...
Yes this page can be customized. There are two upsell templates. If you are showing a single upsold product then the page you need to edit is the OUS1 page. If you are showing 2 or more products then...
Hey Donna -
FedEx has a few different options for Saturday Delivery. FedEx home delivery automatically delivers on Saturday without any extra cost to the customer.
A quick solution would be to...
Hey Sam -
Here are the answers to your questions.
1. Yes you need to replace the code that is in there with the code I provided.
2. This export will export all attribute templates setup in...
You can change the product code of both the parent and child products (variants) without issues. Miva has them linked together by their product id which is not editable via the admin.
That is how the on hover was designed to work. The contents of the mini cart are not clickable. I'm sure it can be done where it can stay open if you mouse over it, but I don't have the code for it....
if you don't have a mm5/images folder you can just create an images folder inside the mm5 folder.
They don't have to go there, but that is where the CSS is looking for them so it is the easiest...
I know I have chimed in on your other threads but I have a simple export example I just created which may help both of you.
First, there is no built in export of Attribute Templates. As Rick...
Yes. Under Advanced Settings link find the Checkbox HTML textarea. This contains the HTML that gets output to the page on OCST. You can change this to whatever you like
<div class="mailchimp">...
Your core logic is correct, you're just missing the correct syntax.
I would recommend our Developer Training Series http://www.mivamerchant.com/training/dts1 which will walk you though the Miva...
Hey Sam -
The export attributes from XML does not export the attribute templates itself, only the attribute template assignments.
There currently is no built Attribute Template Export. However...
There are a couple ways to do what you need:
You can use this module that allows you to export the attributes and options to a text file where it can be edited, saved and re-imported. The file...
you have product_id vs product:id.
Im pretty sure that the product_id is part of the toolkit docs, because everyone here has ran into that same issue.
Try:
<mvt:item name="toolkit"...
The best way to see what variables are available on the page is to use the token list module. It is part of every store and needs to be turned on under utilities.
Once activated, when you are...
Kevin -
I agree with Dan/Sabine. That is the best way to handle it. Simply replace the payment drop down with a hidden input hard coded to any one of the valid payment methods.
Can you Private Message me temp access to your store and I can login and take a look?
Hey Larry -
I just setup a test on my dev store. Here is what I setup. I have a custom order field called: coupon
on OSEL:
Insert the value into my custom basket field. Notice it has the...
The read order function needs the order id also passed to it:
<mvt:item name="customfields" param="Read_Order( 1000, 'custom_field_code', l.settings:customfields )" />
The third parameter...
Hey Larry -
That is correct. Custom basket fields are defined in real time as you need them. There is no admin control over them.
The first parameter 'hear-about-us' can be anything you want....
Is the software up to date? Try and run updates and see if that resolves it. If not, send in a support ticket and we can take a look at it.
I just tried this on my dev store and it looks like Paypal is not an option in the drop down with Paypal Advanced. Perhaps you also need to enable express checkout to get PayPal display in the drop...
In order for Image Machine to work, the images physically have to be on your server. Miva can't pull them from another location because it wouldn't be able to modify them.
Can you get the images...
Hey Larry -
Here is an example:
How to use Custom Basket/Order fields with addendum
In this example I create a select box on OCST page, and submit the selected value to the basket on OSEL. The...
Results 1 to 25 of 300