Announcement

Collapse
No announcement yet.

VirtueMart Shopping Cart - Joomlavi error!

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • VirtueMart Shopping Cart - Joomlavi error!


    I have a problem activating the module VirtueMart Shopping Cart - Joomlavi shows me this error "Faltal error: can't use method return value in write context in template/jv-loren/html/mod_virtuemart_carte/default.php on line 17"

    how can i fix this issue?


    appreciate your help with this problem, Thanks!



    EDIT: on the line 17 in default.php i remove the empty from the code.

    change this:

    <?php echo (!empty($params->get('moduleclass_sfx')))

    For this
    <?php echo ($params->get('moduleclass_sfx'))
    and now works fine... but That could bring problems in the future ?
    Last edited by in love; 07-11-2016, 10:29 PM.

  • #2
    Hello my friend,
    You did the right thing, we will update this in our next version.
    Best Regards,

    Comment

    Working...
    X