uc_payu_india

Component type

module

Maintenance status

Development status

Component created

Component changed

Ubercart Drupal module thats adds PayU India payment gateway option to Ubercart.

PayU India is a payment gateway that features easy online payments and is one of the leading payment providers in India. Indian customers can link their PayU account to their Indian bank account or their credit card.

Apart from India, PayU exists in Latin America (PayU LatAm) and Poland, among others.
Each of these PayU's have different servers, logo's and modes of authentication, therefore multiple Drupal PayU modules coexist.

Commerce Fixed Quantity

Component type

module

Categories

Maintenance status

Development status

Downloads

1363

Component created

Component changed

Adds a quantity multiplier select field to the add to cart form, so for example a client can only order in quantities of x times y of a product: 12, 24, 36, (etc). Ability to add only one of a product to the cart can be switched on and off. Great for wholesale shops.

The labels and quantites are configured using tokens so you can set package size and label from fields on the product.

Made at Oxys.

Commerce Checkout Multilane

Component type

module

Categories

Maintenance status

Development status

Downloads

2121

Component created

Component changed

Drupal commerce can be adapted to virtually any use-case. At least as long as the checkout process remains roughly the same within one site. If this is not the case, hook_commerce_checkout_pane_info_alter() provides ways to modify pane order and visibility. However, because that alter-hook does not provide any context (e.g., the current shopping cart order) its usefulness is quite limited when it comes to dynamically rearange panes based on shopping cart contents.