Shape 5

General Category => General Talk/Questions/Comments => : tjuhej May 27, 2008, 07:40:34 AM



: virtuemart s5 column cart - problems
: tjuhej May 27, 2008, 07:40:34 AM
Fatal error: Call to undefined method: currencydisplay->getrounded() in /customers/kalligrafi.dk/kalligrafi.dk/httpd.www/modules/mod_virtuemart_s5_column_cart.php on line 135

When I have installed it and try to make and order this shows up when I put the first thing in the cart.
Have someone a solution. I use DKK on my shop.

Kind regard
Tina


: Re: virtuemart s5 column cart - problems
: jonahh May 27, 2008, 11:18:33 AM
This is most likely caused by using J 1.0.x with VM 1.1.   We only cater to the releases Joomla makes, we have a Joomla 1.0.x and Joomla 1.5 compatible version of this module available.

Regards,


: Re: virtuemart s5 column cart - problems
: kcjicm November 15, 2008, 11:20:28 AM
This is what you need to do to make it work with VM 1.1:

In modules/mod_virtuemart_s5_column_cart.php change line 135 from:

:
$tax_total = $CURRENCY_DISPLAY->getRounded( $order_taxable );

to

:
$tax_total = round( $order_taxable );

It worked for me and hopefully anyone else that needs this fix will see this post.


: Re: virtuemart s5 column cart - problems
: leongage January 11, 2009, 05:23:02 AM
hi there...

i have a little problem with this module..
i use joomla 1.58 an VM 1.1.2

and the problem is.. this module only work if i refresh it first.. every time user klik "add to cart" this module still show empty..
after user refresh with "F5" this module show the product..

anyone help?


: Re: virtuemart s5 column cart - problems
: jonahh January 16, 2009, 01:26:08 PM
Hello,

You need to disable AJAX in your VirtueMart configuration.  Since the column cart isn't powered by AJAX you have to turn it off under your VirtueMart configuration area.

Regards,


: Re: virtuemart s5 column cart - problems
: paycheck November 16, 2009, 02:32:39 PM
I am having a problem with the S5 Column cart module.  It loaded fine, I published it and it appeared fine.  When I click on a product to add to cart it shows the main category images, not the product thumb image?  When I refresh it loads the cart properly but this is not right I am sure.

I need some help here.

JM
http://bajashopmotorsports.com


: Re: virtuemart s5 column cart - problems
: jonahh November 17, 2009, 11:54:29 AM
I took a look at your site but I don't see a product that I can add to the cart.