Commerce Single Page

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

This module allows donations or other similar checkouts to happen with the user never having to worry about the "cart"

How?

You implement an object-oriented API and the module creates a new landing page URL, with the checkout panes you specify in your extension of my API object.

Existing cart orders are handled with Commerce Cart for Later

Commerce Split Checkout

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a framework for "splitting" the checkout into a new order. You can provide an option to the user to "Save cart for later" and proceed with a new order that has a checkout process flagged with a query string ("/checkout/[ORDER]/page?cmode=process_name").

I wouldn't recommend getting into this unless you're ready to read through code comments and are familiar with Drupal hooks.

Drupal Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Hi,
As per the requirement I am responsible for developing the core Integration between the Drupal with diffrent technologies.
I contributed in developing generic API for Integration.

GTM

Component type

module

Maintenance status

Development status

Component created

Component changed

Google Tag Manager aka GTM

Placeholder, Waiting for Review to get it out of a full Project Page!

Seeking for Maintainers / Committers!!!

Version: 6.x / 7.x
this small Module allows you to add the Google Tag Manager Code in your Site. This means you can save a lot of Tracking Modules for your Statistics and your IT have only once to Setup this with your Site.

Ubercart Abandoned Cart Messages

Component type

module

Categories

Maintenance status

Development status

Downloads

1471

Component created

Component changed

This module sends email messages to users who have abandoned their cart.

On each cron run the module look for carts that have been abandoned and that the user has gone to the point in the checkout process to have entered an email address. Then the module will send an email message to the user(s) to remind them that they have a cart, or ask if they had an issue during checkout.

Email messages are fully customizable and utilize Drupal tokens. Message limits and other options are configurable in the module settings.

Ubercart German Legal

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Help for create shop with ubercart an german legal.
Insert extra column for item price and a extra row for taxes.

For german legal, you need also the module uc_legalaspects for UC3

Existing problems:
Module show item price incl. vat, but ubercart calculate vat after calculate total item price.
Sample:
Item price without vat is 39.90 and incl. 19% vat is 47.48
qty is 5
39.90*5 + 19%vat = 237.41
47.48*5 = 237.40

Commerce Cart Message

Component type

module

Categories

Maintenance status

Development status

Downloads

1912

Component created

Component changed

This module allows you to configure a message via Rules to be displayed on the cart or checkout pages.

For example, if you're using a product pricing rule which runs on all line items -- you cannot use the "Show message on site" rule because:
a) The message will be displayed on all pages if you have the Commerce cart enabled as a block
b) The message will persist after a refresh, which may not be valid if the user has updated their cart.