News:

Looking for documentation? Take a look on our wiki

Main Menu

Missing Shipment Method & Payment Method

Started by b.adams91, February 03, 2012, 07:17:37 AM

Previous topic - Next topic

b.adams91

Hi,

I'm fairly new to Joomla! and Virtuemart.. I have recently installed Virtuemart 2.0 and everything seems to be running fine, however when I am trying to input a payment method or shipping method there is nothing available and when I try to save the option with nothing it redirects me a link "There are no shipment plugins installed, please go to http://dev.virtuemart.net/projects/VirtueMart/files and download/install the latest com_virtuemart_aio". But as far as I've looked there is no such thing.. If someone could please help me out..

Thanks,
Brandon

b.adams91

I am also still using Joomla! 1.5 if that has anything to do with the process

jenkinhill

Did you install com_virtuemart_ext_aio_2.0.1.zip as well as the VM component?  That loads the plugins.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

matthewod01

Hey guys,

I am having the same issue too.  I am using Joomla 1.7 and VM2.  I initially installed VM2 then the com_virtuemart_ext_aio.2.0.0 file.  In the actual administrator/components/com_virtuemart I see nothing for classes for shipping or payment methods. 

Where should the files and folders be for shipping and payment info be?

Thanks for your help!

NawtyAtNight

Quote from: matthewod01 on February 04, 2012, 00:53:41 AM
Hey guys,

I am having the same issue too.  I am using Joomla 1.7 and VM2.  I initially installed VM2 then the com_virtuemart_ext_aio.2.0.0 file.  In the actual administrator/components/com_virtuemart I see nothing for classes for shipping or payment methods. 

Where should the files and folders be for shipping and payment info be?

Thanks for your help!

Did you login to the back end and configure your shipping and payment info in virtuemart Admin ->Shop. See attached screen shot.

[attachment cleanup by admin]

matthewod01

Thanks for the reply. 

Yes I did configure the shipping and payment methods.  I am unsure of what to put in the configuration area.  This is all I see:

VMPAYMENT_STANDARD_PAYMENT_INFO_TEXT

I am pretty desperate to get this done ASAP!!

Thanks

matthewod01

I am using VM2 with JM 1.7.  I am trying to figure out how to connect to the authorize.net module that supposedly comes with the virtuemart-aio update.

I have created the Payment Method and called it Authorize.net, but I am lost when it comes to the Payment Info text area. 

So where is the Authorize.net payment module or what is the code to connect to it if it is already built in?  Am I missing something, if so what am I missing here?  Thanks


[attachment cleanup by admin]

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

b.adams91

Hi,

I've tried going into the backend from admin>shipping method and payment method which is how I originally found that error message because when I click the field for either method nothing is showing and it tells me to download it from virtuemart along the top, even though I had originally uploaded the correct virtuemart 2 from their website...

matthewod01

I updated VM2 with the latest download: http://dev.virtuemart.net/projects/virtuemart/files and see that Authorize.net is there - thank you and God!

Now off to find shipping methods - UPS, USPS, FedEX - anything...

Thanks

matthewod01

Unfortunately I am still trying to get the shipping working.  If anyone has a shipping module or specific direction on getting this working please send some direction on setting up a shipping method.

Thanks


Jeff

Joomla 1.5/VM2 2.0.1e

shipping not showing on FE, or payment. Have tried everything
Jeff MacDougall

Madhouse

Using Joomla 1.7.3 and VM 2.0.0

Found a temp fix I think. This is what I end up with:
http://www.sassychic.co.za/tempimage/screenshot.jpg

Open: components/com_virtuemart/views/cart/tmpl/order_done.php

Then edit file something like this:


<?php
/**
*
* Template for the shopping cart
*
* @package   VirtueMart
* @subpackage Cart
* @author Max Milbers
*
* @link http://www.virtuemart.net
* @copyright Copyright (c) 2004 - 2010 VirtueMart Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* VirtueMart is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
*/
?>

<?php


echo "<h3>".JText::_('COM_VIRTUEMART_CART_ORDERDONE_THANK_YOU')."</h3>";
echo $this->html;
?>
//START YOUR OWN HTML HERE:
<p>&nbsp;</p>
<p>Dear
<a href="http://www.sassychic.co.za/index.php?option=com_virtuemart&amp;view=user&amp;layout=edit&amp;Itemid=475">
shopper</a>, you have selected to pay by <strong>EFT </strong>(Ellectronic Funds
Transfer).<br />
<br />
Once payment has been made a payment confirmation must be emailed to us at
roxy@sassychic.co.za<br />
<br />
Please deposit the amount above into the following account. Please use the order
number above as your Reference number.<br />
<br />
<strong>Bank:</strong> Rand Merchant Bank <br />
<strong>Branch: </strong>Durban<br />
<strong>Branch Code:</strong> 236548 <br />
<strong>Account Number: </strong>123456789101 <br />
<strong>Account Type:</strong> Cheque Account</p>
<hr />
<p ><strong>Bank Links</strong></p>
<p><a href="https://ib.absa.co.za/ib/ib.jsp" target="_blank">ABSA</a>&nbsp; |&nbsp;
<a href="https://www24.encrypt.standardbank.co.za/ibsa/InternetBanking" target="_blank">Standard Bank
</a>&nbsp;|&nbsp;
FNB&nbsp; |&nbsp; Nedbank&nbsp; |&nbsp; Capitec&nbsp; |</p>

//END YOUR HTML HERE

I don't know if this will break something else, but so far I have tested the temp fix without problems.

WDCT

Madhouse has given the only solution that I can come up with at the moment - but what I am trying to do is to echo the order_number in a table layout next to Reference Number:

Where do i find the output code for the order confirmation page?

alatak

Hi,

QuoteNow off to find shipping methods - UPS, USPS, FedEX - anything...
Form this list , at least one is done :)
you can find USPS here
http://virtuemart.cloudaccess.net/extensions-virtuemart-2/usps-detail

Quoteshipping not showing on FE, or payment. Have tried everything
Please give me a screenshot of the shipment / payment configuration.