Forum
Welcome, Guest
  • Page:
  • 1

TOPIC: jproduct scroller error

jproduct scroller error 2 years, 3 months ago #750

Working on a local WAMP install. Receiving the following error in
module along with scroller. I have included specific code line
error message refers to from my local php file.


Notice: Undefined offset: 0 in
C:\wamp\www\Symphony\modules\mod_vm_jproduct_scroller\mod_vm_jproduct
_scroller.php on line 494

Undefined variable: showCategoryMenuArray in
C:\wamp\www\Symphony\modules\mod_vm_jproduct_scroller\mod_vm_jproduct
_scroller.php on line 517


//Line 517//
} else {
outputNonCircular($itemID,$showProductIDArray,
$showProductNameArray,$showProductImageArray,$showProductSKUArray,
$showProductShortDescArray,$showProductFlypageArray,
$showCategoryIDArray,$showAddToCartArray,$vertical,$thumbOrFull,
$scroll,$imgWidth,$imgHeight,$visible,$auto,$animation,$wrap,
$iteration,$showTitle,$showDesc,$showPrice,$showCart,
$showCategoryMenuArray);
}
//Line 494//

$productURL = URL.'index.php?page=shop.product_details&flypage='.
$showProductFlypageArray[$i].'&product_id='.$showProductIDArray[$i].
'&category_id='.$showCategoryIDArray[$i].
'&option=com_virtuemart&Itemid='.$itemID;
Last Edit: 2 years, 3 months ago by jerry.

Re:jproduct scroller error 2 years, 3 months ago #751

  • jerry
  • OFFLINE
  • Moderator
  • Posts: 409
What is happening is that you do not have any menu items set up for
VirtueMart with a specific category defined in the component params.

I'll look at making a change to stop the error message and send you
a new package.

Jerry

Re:jproduct scroller error 2 years, 3 months ago #753

  • jerry
  • OFFLINE
  • Moderator
  • Posts: 409
The other error you are getting indicates that you have a product or
products that are not assigned to a category.

We use the category to determine the flypage to use for the product
details link.

Jerry

Re:jproduct scroller error 2 years, 3 months ago #754

  • jerry
  • OFFLINE
  • Moderator
  • Posts: 409
I emailed you the new package at the email address you registered with.

Jerry

Re:jproduct scroller error 2 years, 3 months ago #765

  • jerry
  • OFFLINE
  • Moderator
  • Posts: 409
I'm glad to hear that fixed your problem.

Thanks for your patience.

Regards,

Jerry
  • Page:
  • 1
Moderators: jasper, nicholas, henry, jerry
Time to create page: 0.57 seconds

Login