Back to OctoCommerce Support

octobro
octobro

Have added a page called product with url /product/:slug and component Product with :slug and /cart as my cart page. Please help.

Also the support link doesn't work in the tabs but on the left sidebar it does. I want to retract my review until I have used it properly.

octobro
octobro

Also getting

Call to a member function getPaymentMethods() on a non-object

$this->page['attributes'] = Attribute::all(); $this->page['paymentMethods'] = $this->order->getPaymentMethods(); $this->page['items'] = CartClass::getContent(); $this->page['subtotal'] = CartClass::getSubTotal(); $this->page['total'] = CartClass::getTotal();

1-2 of 2