mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
#1879 Ürün seçenekleri ve GET seçenekleri
This commit is contained in:
parent
c764f6f5ea
commit
047a21b2d4
@ -42,9 +42,10 @@ class OptionConfigurationController extends PublicController
|
|||||||
|
|
||||||
public function confAddCart()
|
public function confAddCart()
|
||||||
{
|
{
|
||||||
$conf = $this->optionConfigurationRepository->find($this->request->configuration);
|
|
||||||
|
|
||||||
$conf->name = $this->optionConfigurationRepository->getName($this->request->configuration);
|
if($conf = $this->optionConfigurationRepository->find($this->request->configuration))
|
||||||
|
{
|
||||||
|
$conf->name = $conf->getName();
|
||||||
|
|
||||||
$this->adv_model->authControl();
|
$this->adv_model->authControl();
|
||||||
|
|
||||||
@ -56,4 +57,5 @@ class OptionConfigurationController extends PublicController
|
|||||||
return $this->redirect->to(route('visiosoft.module.carts::cart'));
|
return $this->redirect->to(route('visiosoft.module.carts::cart'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user