Shape 5

Joomla Templates => eMercantilism - January 08 - Club => : jonahh February 06, 2008, 07:08:29 PM



: Updated: S5 Quick View and S5 Column Cart modules
: jonahh February 06, 2008, 07:08:29 PM
Hello All,

You may have encountered the following error when using the S5 Quick View and S5 Column Cart modules:

Notice: Undefined variable: amount in ...modules/

This error has been fixed.  These modules were only designed to work with VirtueMart running Joomla 1.0.X.  The error was caused when running Joomla 1.5 in legacy mode with VirtueMart.  There are two new versions for 1.5 legacy mode only, available in the downloads section.

Please let us know if you still are having any problems with these modules.

Best Regards,


: Re: Updated: S5 Quick View and S5 Column Cart modules
: futurehobbies February 25, 2008, 06:00:14 PM
I installed Joomla 1.5.1 and VitureMart 1.1 Beta3. I'm using beta software to help get my site put together in anticipation of a March delivery of Virtuemart 1.1 for Joomla 1.5.x and I expect bugs, but I'm wondering if you have seen the following error when using the S5 Quickview Cart module (in the Advert3 position) in the eMerchantilism template:

Notice: Undefined property: vmLanguage::$_PHPSHOP_EMPTY_CART in C:\wamp\www\joomla15\modules\mod_virtuemart_s5_quickview_cart\mod_virtuemart_s5_quickview_cart.php on line 279

What can you tell me about this?

BTW, very nice work. My site is coming along nicely thanks to your most excellent template...


: Re: Updated: S5 Quick View and S5 Column Cart modules
: jonahh February 25, 2008, 08:50:18 PM
Hello,

These modules are only compatible with the non 1.5 version of VirtueMart. Once the 1.5 version of VirtueMart becomes stable, we will release a second version of these modules compatible with Joomla 1.5 and VirtueMart 1.1

Regards,


: Re: Updated: S5 Quick View and S5 Column Cart modules
: akerman March 05, 2008, 01:42:38 AM
That is very good news!

Had some issues with these, but would really like to use them on my VM install.
The planned release date for the new VM 1.1.0 is set to March 19th, but I assume you're going to wait a little bit before remaking any modules.

Looking forward...  :)


: Re: Updated: S5 Quick View and S5 Column Cart modules
: alexm July 28, 2008, 02:32:07 AM
Hello there,

Right now July 2008, I have the same error with undefined variables.

Undefined property: vmLanguage::$_PHPSHOP_PRODUCT_LBL

It's like there's some problem with variable scope.

My installation is Joomla 1.0.15 & VM 1.1.0 and mod_virtuemart_s5_quickview_cart 1.0 (1/1/2008)

Please, I need some help with these.

Thanks in advance.


: Re: Updated: S5 Quick View and S5 Column Cart modules
: alexm July 28, 2008, 05:29:48 AM
Well,

Finally, I've managed to find the solution by myself.

For example, in the line 247 I've replaced:

                 echo $VM_LANG->_PHPSHOP_PRODUCTS_LBL;

for

      echo $VM_LANG->_('PHPSHOP_PRODUCTS_LBL');

You have to do the same with every label reference and that's it.


: Re: Updated: S5 Quick View and S5 Column Cart modules
: ndevereaux October 15, 2008, 11:57:25 PM
Hi, I have received the following errors after installing the Quick View and Column Carts in Joomla 1.5.7 / Virtuemart 1.1.2 stable:

Notice: Undefined property: _PHPSHOP_CART_TITLE in ...xxx/administrator/components/com_virtuemart/html/shop.cart.php on line 21

Notice: Undefined property: _PHPSHOP_CART_TITLE in ...xxx/administrator/components/com_virtuemart/html/shop.cart.php on line 33

Notice: Undefined variable: PHPSHOP_LANG in ...xxx/administrator/components/com_virtuemart/html/shop.cart.php on line 49

Notice: Undefined property: _PHPSHOP_CHECKOUT_TITLE in ...xxx/administrator/components/com_virtuemart/html/shop.cart.php on line 69


Can someone help me figure out what this is and how to resolve?


: Re: Updated: S5 Quick View and S5 Column Cart modules
: jonahh October 20, 2008, 01:58:17 PM
If you unpublish these modules temporarily do you still receive the errors?


: Re: Updated: S5 Quick View and S5 Column Cart modules
: ndevereaux October 29, 2008, 08:53:59 PM
Never mind.  I uploaded the original Virtuemart shop.cart.php and it seems to be working correctly.


: Re: Updated: S5 Quick View and S5 Column Cart modules
: magendar October 30, 2008, 07:32:21 PM
Gentlemen,

I am getting similar error but with 'com_virtuemart.php' file.

Notice: Undefined property: vmLanguage::$_PHPSHOP_CHECKOUT_TITLE in C:\xampp\htdocs\joomla157\components\com_sh404sef\meta_ext\com_virtuemart.php on line 119

Notice: Undefined property: vmLanguage::$_PHPSHOP_CHECKOUT_TITLE in C:\xampp\htdocs\joomla157\components\com_sh404sef\meta_ext\com_virtuemart.php on line 121

I have uploaded s5 cart modules for 1.5. I am running Joomla 1.5.7 along with virtuemart 1.1.2. Where is the problem?

regards,

Mag


: Re: Updated: S5 Quick View and S5 Column Cart modules
: jonahh November 01, 2008, 01:26:14 PM
Hello Mag,

If you disable these modules do you still get this error?