Shape 5

Joomla Templates => eMercantilism - January 08 - Club => : rottenberg July 31, 2008, 05:32:53 AM



: s5 quick view and multi currency
: rottenberg July 31, 2008, 05:32:53 AM
Hi,

My installation is the following :

JOOMLA : 1.0.15
VIRTUEMART : 1.1.1 (joomlafrance french package 1.1.0 + patch 1.1.0 -> 1.1.1)

I use 2 currencies in the shop.

I have got 2 problems with s5 quick view :
       
          - when I change the currency type the type of currency is updated but not the value,

          - when I add a product in the cart the S5 quick view is not updated until a new page is loaded. As there is no button to view the cart when it is empty I can't ask for the check out.


You can get an exemple of these  2 problems there : http://www.editionselkana.com

thank you for your help
best regards
Michel ROTTENBERG


: Re: s5 quick view and multi currency
: jonahh August 05, 2008, 09:55:25 AM
Hello,

Looking at your site it appears the price is being displayed in the quick view cart as it should.

As for the cart not updating you have to turn off the AJAX cart update feature located under:

admin > configuration > site > layout > configuration

Regards,



: Re: s5 quick view and multi currency
: rottenberg October 16, 2008, 11:17:21 AM
hi,

I come back for the multi currencies values. On the site the default currency is the shekel. In this cas no problem the value is good.

But if I choose the Euro currency, the data in the module remain with the new israeli shekel rate and not the euro one.

thank you for help

Best regards

Michel ROTTENBERG

size adress : http://www.editionselkana.com



: Re: s5 quick view and multi currency
: jonahh October 20, 2008, 01:52:07 PM
Hello Michel,

If you use the default VirtueMart Cart does the problem still exist?


: Re: s5 quick view and multi currency
: rottenberg October 21, 2008, 10:46:40 AM
with the default Virtuemart Cart the problem doesn't exist.
find attached an exemple with the 2 modules.

the prioce of the product is 90 ₪.
the exchange rate is 1? = 5₪
the price in ? is 18.00

the default VIrtuemart Cart gives 18?
the Shape5 Virtuemart Cart gives 90?


: Re: s5 quick view and multi currency
: jonahh October 22, 2008, 01:03:17 PM
Oh ok, I see.  The PHP used to output the price should be same as the VirtueMart cart.  I'm not sure why its not displaying the proper amount.

You could try replacing ".$CURRENCY_DISPLAY->getFullValue( $total )." in the "mod_virtuemart_s5_quickview_cart.php" file with ".$cart['price'] ."



: Re: s5 quick view and multi currency
: rottenberg October 22, 2008, 04:02:16 PM
I've replaced 2 lines :

226 :         <div style='font-family:arial;font-weight:bold;float:left;margin-top:5px;font-size:12px;text-align:center;width:205px;'>
            " .$VM_LANG->_PHPSHOP_ORDER_PRINT_TOTAL. ": " .$CURRENCY_DISPLAY->getFullValue( $total ). "<Br/></div>


and

248 :          "<a class='mainlevell". $class_sfx. "' href='". $sess->url($mm_action_url.'index.php?page=shop.cart'). "'><img src='". $mosConfig_live_site. "/modules/s5_quickview/mycart.jpg' alt='My Cart' border='0' align='absmiddle'/>[/url]
           &nbsp;<strong>" .$VM_LANG->_PHPSHOP_ORDER_PRINT_TOTAL. ":</strong><span style='font-size:11px;font-weight:normal;'>
          " .$CURRENCY_DISPLAY->getFullValue( $total )."</span>&nbsp;&nbsp;<a href=\"javascript:;\" onClick=\"shiftOpacity('outerpop');popit();\"><img src='". $mosConfig_live_site. "/modules/s5_quickview/quickview.jpg' alt='Quick View Cart' border='0' align='absmiddle'/>[/url]&nbsp;&nbsp;</div>


by $cart['price']

It doesn't work : the value $cart['price'] is empty.

I've done echoed $product_price and $productprice : the value is the original one in NIS and not the one in ?
 


: Re: s5 quick view and multi currency
: rottenberg November 10, 2008, 03:47:30 PM
hi,
is there any news about this problem ?

thank you for help
best regards

Michel ROTTENBERG


: Re: s5 quick view and multi currency
: jonahh November 13, 2008, 11:37:11 AM
Can you PM login access to your site so I can take a look at this?

Thanks,


: Re: s5 quick view and multi currency
: digger April 29, 2010, 10:22:54 AM
Any solution to this problem? I too am having the same problem. The attached screen shot shows the core VM cart and the quick cart. i also have the S5 column cart installed and it has same results. If I change the currency in VM to pounds, the core VM cart shows correct price, but the quick view and column cart shows pound symbol with US dollar amount.

Thanks


: Re: s5 quick view and multi currency
: digger May 05, 2010, 02:03:13 PM
Anyone? Need to get this working....


: Re: s5 quick view and multi currency
: jonahh May 06, 2010, 11:25:22 AM
Can you PM FTP and Joomla login access to this site so I can take a look?


: Re: s5 quick view and multi currency
: jonahh May 07, 2010, 11:43:23 AM
I installed the s5 column cart ajax version and it now works.  Unfortunately the quick view cart wasn't released in an ajax version only the column and drop down carts were.   You have to use either the column or drop down cart.


: Re: s5 quick view and multi currency
: digger May 10, 2010, 08:35:01 AM
Thanks Jonah. I don't get it though. I don't really care about the ajax updating. I really wanted to use the quick view cart because of space limitations and just want the currency to be correct. Are you saying that the quick view cart only works with US dollars?


: Re: s5 quick view and multi currency
: jonahh May 10, 2010, 12:03:00 PM
Yes currently that is correct