Closed (fixed)
Project:
e-Commerce
Version:
5.x-3.3
Component:
subproducts
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2007 at 14:46 UTC
Updated:
27 Sep 2007 at 18:56 UTC
Hi,
In the "subproducts_variations_overview" function, you may replace this code
<?php
function subproducts_variations_overview() {
$ptypes = subproducts_variations_product_types();
$ptype = arg(4) ? arg(4) : current($ptypes);
?>
by this one
<?php
function subproducts_variations_overview() {
$ptypes = subproducts_variations_product_types();
$ptype = arg(3) ? arg(3) : current($ptypes);
?>
to get the good argument passed on the drupal path
keep the good work.
Comments
Comment #1
brmassa commentedeC3 will be not developed anymore. try EC Live Surproducts module (it will be the base of the new subproducts module for eC4)
regards,
massa