Virtumart error - no state in shipping form.

This forum is for extensions for Joomla! version 1.0

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
User avatar
gingivitis
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 247
Joined: Sun Dec 09, 2007 4:49 pm

Virtumart error - no state in shipping form.

Post by gingivitis » Wed Dec 19, 2007 11:43 pm

City... zip... no state?

User avatar
gingivitis
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 247
Joined: Sun Dec 09, 2007 4:49 pm

Re: Virtumart error - no state in shipping form.

Post by gingivitis » Thu Dec 20, 2007 4:41 am

Fixed that --

How do I remove the virtuemart icon from the bottom of the component so it won't show up in my page?

the_doctor_213
Joomla! Intern
Joomla! Intern
Posts: 53
Joined: Wed Aug 12, 2009 3:32 pm

Re: Virtumart error - no state in shipping form.

Post by the_doctor_213 » Wed Jan 13, 2010 5:02 pm

I know this is a really old post but if you go into
<site name>/administrator/components/com_virtuemart/html/footer.php

and remove the following code

Code: Select all

<a href="http://virtuemart.net" target="_blank" style="display:block;width:90%; filter: alpha(opacity=60);" onmouseover="if( this.filters) { this.filters.alpha.opacity=100; }" onmouseout="if( this.filters) { this.filters.alpha.opacity=60; }">
    		<img align="middle" style="-moz-opacity: 0.6;" onmouseover="this.style.MozOpacity=1.0;" onmouseout="this.style.MozOpacity = 0.6;" src="<?php echo IMAGEURL ?>ps_image/powered-by-virtuemart.png" border="0" alt="Powered by VirtueMart" />
	</a>

the_doctor_213
Joomla! Intern
Joomla! Intern
Posts: 53
Joined: Wed Aug 12, 2009 3:32 pm

Re: Virtumart error - no state in shipping form.

Post by the_doctor_213 » Mon Feb 01, 2010 7:32 pm

Or, even easier, in the backend, Configuration > Site > Show Footer=no

Much easier.

laura_abc
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Fri Oct 21, 2011 8:48 am

Re: Virtumart error - no state in shipping form.

Post by laura_abc » Wed Oct 26, 2011 11:33 am

is it necessary to remove all of this code? :eek:


Locked

Return to “Extensions - 1.0.x”