bnm_rates

Component type

module

Maintenance status

Development status

Component created

Component changed

BNM currency rates from bnm.org

Install as a simple drupal 7 module.
it will create table for currencies and for rates
You'll find a block named bnm currency rates
On first attempt to display currencies, this will pull xml data
bnm.org offers xml data in 3 langs: en, ru, md. md means moldovan, it is same as romanian,
so in multilanguage site feel free to use either md or ro (drupal's moldavian lang offers 'mo' instead of 'md'
module takes care of it.

Requirements

No special requirements.

Commerce Custom Continue

Component type

module

Maintenance status

Development status

Component created

Component changed

In Commerce you cannot change the labels on the cart checkout wizard for individual steps. If you don't like the 'Continue to next step' label, you must change it for all steps.

Why do I want to change the 'Continue to next step' button?

Contextual words such as “Continue” are ambiguous and tend to confuse customers.

Depending on the customer’s state of mind, a button labelled “Continue” in a shopping cart could mean one of two things:

Commerce Calc Discount VAT

Component type

module

Maintenance status

Development status

Component created

Component changed

This module recalculates VAT amounts of each Drupal Commerce Line-items that has product discount attached as a component.

Calculation triggers on rules event "Calculating the sell price of a product".

Default rule (Calculate VAT on discount) is generated with weight 5 so that this event updates currently calculated prices.

Idea is to subtract the VAT amount with same ratio as the line item price.
New component is being added to line-item price as a positive value, so that the order total calculation is not being messed up.

Commerce Order Force Delete

Component type

module

Maintenance status

Development status

Downloads

634

Component created

Component changed

This module provides an emergency "forced" delete option for Drupal Commerce orders. There are a couple different ways that a order can get corrupted and then be undeleteable by the normal delete functionality. This provides a 'Force Delete' command on the order admin page (normally at: admin/commerce/orders) which will work for any order even if it is very corrupted. However it is doing it through forced SQL queries which means it isn't as 'Drupalish' or clean.

Commerce Discount Quantity

Component type

module

Maintenance status

Development status

Downloads

836

Component created

Component changed

This module adds a new product discount condition called "Commerce Discount Quantity" to Commerce Discounts. It was copied from Commerce Discounts Extra with the "product" removed so I could check on product quantity only.

Features

  • Product quantity is:
    • Equal to: X
    • Greater than: X
    • Less than: X

Course Commerce

Component type

module

Maintenance status

Development status

Downloads

117

Component created

Component changed

Course Commerce module is intended to support integration with Drupal Commerce. It attempts to use the main Course Content Type created by the Course module as a Product Display and connect it to Drupal Commerce Products. Upon paying for the product, it automatically enrolls the user in the paid courses via Rules integration. It attempts to alter the existing Course Content Type in order to do this and create a "Standard Course" Product Type to connect it to.