Re: ZX POS [Support Thread]
As per forum rules, we're not allowed to discuss commercial plugins here. Although, if you're still on the 1.x version that *was* commercial before I released it here, it's definitely just a matter of skipping something during installation. So, please just contact me directly and we'll discuss it and hopefully figure it out.
Re: ZX POS [Support Thread]
in /includes/templates/mytemplate/templates in the file tpl_barcode_cart_default.php on line 195
Code:
<a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL');?>" class="myButton"><i class="fa fa-cogs"></i> <?php echo TEXT_NEW_BUTTON;?></a>
shouldnt this read like this
Code:
<a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL');?>" class="myButton"><i class="fa fa-cogs"></i> <?php echo TEXT_NEW_BUTTON;?></a>
as it sits i cant create new.