Questions tagged [cartthrob]
9 questions
4
votes
2 answers
Cartthrob Sagepay error
Using Sagepay gateway on a build and sorting the gateway integration. Works fine until we get to the actual payment processing and we get the error:
HTTP Status Code: 500
HTTP Status Message: The request was unsuccessful due to an unexpected…

Steven Grant
- 1,236
- 3
- 15
- 32
2
votes
2 answers
Lingering CartThrob Session
I'm running into a weird issue with CartThrob. Googling and CartThrob forums haven't revealed the answer.
After the cart is sent to the payment gateway, it will return to the template a "state" of either "authorized", "processing", "declined" or…

Anna_MediaGirl
- 1,120
- 13
- 31
1
vote
1 answer
How To Store Custom Field Data in CartThrob Session
I have a "gift message" custom fields setup on the last page of my CartThrob checkout process. Here's my code sample:
{exp:cartthrob:checkout_form return="/checkout/billing/process"}

Anna_MediaGirl
- 1,120
- 13
- 31
0
votes
1 answer
Create custom notification event Carttrob
If I need to create a custom notification event, that sends an email when the user arrives to the ORDER SUMMARY page (coming from CHECKOUT page, but I don't think that matter) what should I do?
I found this on the documentation:…

Sebastian Corneliu Vîrlan
- 1,652
- 5
- 28
- 56
0
votes
1 answer
Register member using facebook through cartThrob or Expressionengine
Can someone point me in the right direction?
I'd like new customers to be able to create an account on our website (expressionengine and cartthrob) by just clicking the "login with facebook" type of button. Where do I start?

nick
- 59
- 8
0
votes
0 answers
Expression Engine Create a row for each entry Php or EE?
I am trying to create a txt file for a client shop with entries in the following way:
Channel TAG:
{exp:cartthrob:order_items order_id="1937" variable_prefix="items_"}
{items_title} {items_quantity}…

Klauss
- 71
- 1
- 8
0
votes
1 answer
Aggregate Items in Cart with Cartthrob/ExpressionEngine
When I add one item with a quantity of let's say 3 to the cart using
exp:cartthrob:add_to_cart_form
and then show the content of the cart using
{exp:cartthrob:cart_items_info}
I get 3 rows with the same item.
Is there a way to tell Cartthrob to…

Steven
- 113
- 1
- 5
0
votes
1 answer
SSL with CartThrob - in-template redirect or htaccess on the basis of URL segment?
this is a broader question than I would probably ask of the CartThrob folks, which is why I'm posting it here. What would the community recommend as far as SSL is concerned with CartThrob? The store functions are limited to a couple of key template…

Jean St-Amand
- 793
- 5
- 12
0
votes
3 answers
Where Is Coupon Code Field in CartThrob?
There is a coupon_code variable listed on this page of the CartThrob docs:
http://cartthrob.com/docs/tags_detail/coupon_info/index.html#coupon_code
Where exactly is the data for this variable coming from? There isn't a "coupon_code" field on the…

Anna_MediaGirl
- 1,120
- 13
- 31