On the products view the total sold is incorrect, it seem to just count the entries instead of the quantities, so if I add 3 of a $10 Widget to my cart it only adds 1 to Total Sold and $10 to the Total Sales when I checkout.
Also on the products view I’m seeing this string of code next to the date range dropdown ” lang(‘total_range’), ‘select_range’ => lang(‘select_range’)), FALSE, ‘id=“total_range”’).NBS.NBS; ?>”
On the product view I’m getting this error
A PHP Error was encountered
Severity: Notice
Message: Undefined offset: 0
Filename: libraries/Ct_admin_products.php
Line Number: 496
On the reports page under Inventory Report I’m seeing these 2 errors
A PHP Error was encountered
Severity: Notice
Message: unserialize() [function.unserialize]: Error at offset 0 of 3 bytes
Filename: core/Loader.php(727) : eval()'d code
Line Number: 263
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: core/Loader.php(727) : eval()'d code
Line Number: 264
]]>
I’m running CTAdmin 1.4.5 (i think). On the Orders views page I need to add an extra button to allow a 3rd printable document.
I’ve got most of it working just can’t figure out where it gets the path from.
Any help would be most welcomed.
]]>I can view in my Super Admin account, however I want to setup another member group and allow them to use CP Admin
Under “Module Access Privileges” I have set “Can access module: CT Admin” to “Yes” but it still doesn’t seem to show up in CP for members of that group.
Have I missed something?
]]>
{exp:cartthrob:add_to_cart_form entry_id="{entry_id}" no_tax="{no_tax}" no_shipping="{no_shipping}" return="cart"}
<input type="hidden" id="product_quantity" name="quantity" value="1" />
<input class="button" type="submit" value="Add to Cart" />
{/exp:cartthrob:add_to_cart_form}
So that works on single product, but when I try to add a package product to the cart, I get a bunch of PHP errors like so:
So I tried the add to cart template method like this:
{exp:cartthrob:add_to_cart entry_id="{segment_3}" quantity="1" return="cart/index"}
That doesn’t work for any product, single or package and results in the following errors:
Interestingly, with either method the products appear to be added to the cart when I manually go to the cart page.
I really need to get this solved as quickly as possible. Any help on this?
Thanks!
]]>I am thinking of being able to sort orders by status or shipment method, country or even value so that we could print orders in batches. We normally go for something like Royal Mail which tend to be low value, single items and then high value large items or multiple items which go by courier.
Check boxes next to each order would allow us to print the invoice/packing lists and change statuses from queued to printed in one hit. Opening and closing each individual order would be too slow for us.
]]>