CartThrob Forums 0 Copyright (c) 2013 ExpressionEngine tag:cartthrob.com,2013:05:15 Selling CT Admin tag:cartthrob.com,2013:forums/viewthread/.9453 2013-05-15T09:44:08Z 0 leadsuccess I want to sell my CT Admin since I no longer have Cart Throb, anyone interested it’s firm at $35.

]]>
Seeing a bunch of bugs/errors tag:cartthrob.com,2012:forums/viewthread/.7429 2012-11-30T07:33:49Z 0 exclaim EE: 2.5.3
CT: 2.1.5
CT Admin: 1.5

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 offset0

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()

Filenamecore/Loader.php(727) : eval()'d code

Line Number: 264 

 

]]>
Adding extra printable document tag:cartthrob.com,2012:forums/viewthread/.6587 2012-09-19T14:33:29Z 0 Steve Hi Chaps,

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.

]]>
CT Admin Member Privileges tag:cartthrob.com,2012:forums/viewthread/.5833 2012-07-18T05:41:46Z 0 Origin What are the required member privileges required for CP Admin?

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?

]]>
plus_tax in invoice tag:cartthrob.com,2012:forums/viewthread/.5678 2012-06-26T01:42:12Z 0 Kenny Hi Eric, just trying to set up a custom invoice and I would like to use VAT inclusive prices. I have tried using the {item_price:plus_tax} variable in the {exp:ct_admin:invoice order_id=”{segment_3}” customer_id=“CURRENT_USER”} tag but it does not appear to work. Is this correct or I am just doing something stupid? cheers Kenny

]]>
PHP Errors adding to cart tag:cartthrob.com,2012:forums/viewthread/.5531 2012-05-30T10:23:20Z 0 TJ Draper I’m experiencing PHP errors when trying to add to cart. There are two instances when this happens. The first only happens on packs. I had an add to cart form working fine in my template for single products like so:

{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!

]]>
Batch printing / processing tag:cartthrob.com,2012:forums/viewthread/.5451 2012-05-14T07:58:16Z 0 Kenny Hi Eric, I think I mentioned elsewhere but batch printing functionality of orders would be great for us.

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.

]]>