Search:

Type: Posts; User: Brennan; Keyword(s):

Page 1 of 12 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    31

    Re: Export Attributes to XML File

    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.
  2. Re: How do I copy an attribute template from my dev system to production system?

    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. ...
  3. Re: How do I copy an attribute template from my dev system to production system?

    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"...
  4. Replies
    2
    Views
    134

    Re: Upsold Products

    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...
  5. Re: Saturday Delivery option on Fed Ex Web services

    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...
  6. Re: How do I copy an attribute template from my dev system to production system?

    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...
  7. Re: Inventory Variant, Changin Product Code and Parent / Child relations

    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.
  8. Re: Is there an Easy way to have the Mini-basket Open On Hover, not on click

    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....
  9. Replies
    70
    Views
    4,812

    Re: MailChimp Module Support and Troubleshooting

    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...
  10. Re: How do I copy an attribute template from my dev system to production system?

    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...
  11. Replies
    70
    Views
    4,812

    Re: MailChimp Module Support and Troubleshooting

    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">...
  12. Re: My First Conditional Statement for basket contents - please help

    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...
  13. Re: Need easier way to maintain attribute template (drop-down list)

    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...
  14. Re: Need easier way to maintain attribute template (drop-down list)

    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...
  15. Re: Custom Product Field conditional being difficult

    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"...
  16. Replies
    1
    Views
    70

    Re: miva script variables come from ???

    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...
  17. Re: PayPal option not showing in Pay With: dropdown

    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.
  18. Re: Why doesn't this custom field write_Order work for me.?

    Can you Private Message me temp access to your store and I can login and take a look?
  19. Re: Why doesn't this custom field write_Order work for me.?

    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...
  20. Re: Us there a way to pass customer entered data with the basket from OCST to INVC?

    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...
  21. Re: Us there a way to pass customer entered data with the basket from OCST to INVC?

    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....
  22. Re: PayPal option not showing in Pay With: dropdown

    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.
  23. Re: PayPal option not showing in Pay With: dropdown

    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...
  24. Replies
    7
    Views
    129

    Re: Image machine and remote images

    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...
  25. Re: Us there a way to pass customer entered data with the basket from OCST to INVC?

    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

Page 1 of 12 1 2 3 4