Monday, May 21st, 2012

  1. Rating: +0

    Positive Negative

    What about Virtuemart Version 2.0?

    We have worked hard beginning the programming for VM2.0 and the new Joomla platform. Unfortunately, the new platform and VM2.0 has been identified with a number of bugs that need resolved before we are able to upgrade the Virtuemart Shipping Component to VM2.0. We will continue to work on this upgrade. Please email us your contact information and we will notify you as soon as the update is finished.

  2. Rating: +1

    Positive Negative

    Do you offer Support?

    Yes. We offer support. However, FTP access and Joomla Admin access is required. If you cannot provide access to your website then we offer an immediate refund. Please allow 7-10 business days for support issues for the Premium version. Support for the standard version is usually less.

  3. Rating: -1

    Positive Negative

    What version does the Premium Virtuemart Component Support?

    Currently it supports up to VirtueMart version 1.1.9.

  4. Rating: +0

    Positive Negative

    How do I configure the Premium VirtueMart International Shipping component?

    Click HERE and watch the configuration training video tutorial #1 in the Playlist.

  5. Rating: +0

    Positive Negative

    How do I create flat rate shipping pricing using multiples of the same product?

    Click HERE and watch the flat rate shipping for multiples of the same product training video tutorial #2 in the Playlist.

  6. Rating: +0

    Positive Negative

    How do I create flat rate shipping for each product with infinite customization of shipping costs?

    Click HERE and watch the flat rate shipping with infinite customization training video tutorial #3 in the Playlist.

  7. Rating: +0

    Positive Negative

    How do I create shipping costs for international shipping?

    Click HERE and watch the international shipping costs training video tutorial #4 in the Playlist.

  8. Rating: +0

    Positive Negative

    How do I customize shipping costs based on zip codes?

    Click HERE and watch the shipping costs based on zip codes video tutorial #5 in the Playlist.

  9. Rating: +0

    Positive Negative

    How do I apply tax on shipping?

    Click HERE and watch the tax on shipping training video tutorial #6 in the Playlist.

  10. Rating: +0

    Positive Negative

    How do I apply shipping costs to multiple SKU's at one time?

    Click HERE and watch the shipping based on multiple SKUs training video tutorial #7 in the Playlist.

  11. Rating: +0

    Positive Negative

    How do I create FREE shipping based on the total dollar value of the cart?

    Click HERE and watch the free shipping based on the dollar value of the cart training video tutorial #8 in the Playlist.

  12. Rating: +0

    Positive Negative

    How do I create default shipping prices for my products?

    Click HERE and watch the default shipping prices training video tutorial #9 in the Playlist.

  13. Rating: +0

    Positive Negative

    How do I customize international shipping based on the weight of the cart?

    Click HERE and watch the international shipping by weight training video tutorial #10 in the Playlist.

  14. Rating: +0

    Positive Negative

    How do I give customers multiple shipping options to choose from?

    Click HERE and watch the multiple shipping option training video tutorial #11 in the Playlist.

  15. Rating: +0

    Positive Negative

    If an update to the component is available, do I have to remove the existing component again and install the new one?

    Yes , you need to uninstall our existing VM Shipping V2 component from your system inorder to reinstall the updated VM Shipping V2 component.

  16. Rating: +0

    Positive Negative

    If I uninstall the VM Shipping V2 Component and Re-Install an Updated VM Shipping V2 Component will the existing Shipping rate data will be lost?

    No, you will not lose the shipping rate data that is already entered by uninstalling VM Shipping V2 and re-installing the updated VM Shipping V2 Component.

  17. Rating: +0

    Positive Negative

    I am using SKU grouping and the shipping costs are not showing in checkout cart on the front end of Joomla?

    SKU grouping only works with SKU based shipping rates. Go to the configuration row and click EDIT. Under "Apply Multiple Quantity Ranges" select "No." The shipping costs created in the SKU based shipping and International Shipping configuration will now show in the cart.

    Again, SKU Grouping only works with the "Base Price plus Additional Price" option SKU Grouping does not work with "Multiple Quantity Ranges" enabled.

  18. Rating: +0

    Positive Negative

    Where are the prices actually stored in the premium version of the component?

    All the Shipping Prices in the Premium version of the component are stored and managed in specific Database tables as defined below:
    a. All SKU based shipping rates are stored in the table named: jos_vm_item_specific_shipping
    b. All default configuration and settings for Default Rates, Enable Grouping, Enable Multiple Rates etc. are stored in the table named: jos_vm_item_specific_shipping_default
    c. All multiple range rates for each Item SKU is stored in the table named: jos_vm_item_specific_shipping_multiple
    d. All zip code based rates are stored in the table named: jos_vm_shipping_rate_omkr
    e. All shipping carriers defined for this module are stored in a table named: jos_vm_shipping_carrier_omkr

  19. Rating: +0

    Positive Negative

    I want to change the text that displays on the shopping cart checkout page where the system asks to choose a shipping method Currently it says: "Shipping Rate Based on ZipCode in Customer Shipping Address(International Shipping):" In what file can I find and edit the text for this display?

    This text can be changed at line 76 on: /administrator/components/com_virtuemart/classes/shipping/ship_item_specific.php

  20. Rating: +0

    Positive Negative

    What if the Virtuemart Shipping Premium Component does not show up after installation or appears to have not completely installed?

    If the component does not appear to be installed after using the Joomla installation then it is possible your permission settings are not allowing the component to completely install. Accordingly, you need to manually install the component.

    Click HERE and watch the how to manually install the Virtuemart Shipping Premium component training video tutorial #12 in the Playlist.

    Below is also written instructions for your convenience:

    Unpack the Supplied Installable component, and find the “admin” folder,
    And Upload the following 6 files via FTP, to the below mentioned directories..
    ** Note: This will not overwrite any VirtueMart files.

    Joomla_root/administrator/components/com_virtuemart/classes/shipping/ship_item_specific.php
    Joomla_root /administrator /components/com_virtuemart/classes/shipping/ship_item_specific.cfg.php
    Joomla_root /administrator /components/com_virtuemart/classes/shipping/ship_item_specific.ini

    Joomla_root /administrator /components/com_virtuemart/html/shipping.item_specific_add_shipper.php
    Joomla_root /administrator /components/com_virtuemart/html/shipping.item_specific_add_rate.php
    Joomla_root /administrator /components/com_virtuemart/html/shipping.item_specific_sku.php

    Now, it will be listed in the VirtueMart Shipping modules list in Admin end ready to configure the rates.