News aggregator

Setup help

e-Commerce Group - Fri, 03/12/2010 - 03:28

I just downloaded the E-commerce module for Drupal 6. I also downloaded all the required modules. I enabled all the modules. I setup the config options. I created a product. When trying to checkout, there are no payment options available even though I have the PayPal module enabled. There also doesn't seem to be any way to specify shipping costs. What am I doing wrong?

e-Commerce Module

Cannot use new content type

e-Commerce Group - Thu, 03/11/2010 - 17:52

I tried setting up a new product type ... but it would not show up on Webform.

I went to the Webform content type and set it for "Optional" to be a product, and I checked the box for the new product type. Still, the new product type would not show up as an option if I tried to create a new Webform.

I checked the setttings for the new product type; Webform is checked under "Content type."

Any suggestions?

e-Commerce Module

New install

e-Commerce Group - Wed, 02/03/2010 - 09:38

I have been installing the e-commerce module and everything seems to be fine but authorize.net never appears.

All I get is paypal. I have googled and read and looked for some separate module, but I'm stumped. Can someone please help me by nudging me in the right direction? I have reinstalled drupal from scratch and still don't see it.

Drupal 6.15 and the 6.x-4.x-dev version of e-commerce (although I tried a couple other versions).

My apologies if this has been covered elsewhere, I did not find it.

e-Commerce Module

Email notifications

e-Commerce Group - Thu, 01/21/2010 - 05:40

I'm trying to figure out email notifications for ecommerce 4 rc9

I found this in the documentation but can't find any email options

"Go to e-Commerce configuration » Mail and here you can set up the emails templates that correspond to various situations. You can use special placeholders, like %user that will be replaced with the actual data."

Where can I set up email notifications

Matt Spence

e-Commerce Module

API- Drupal/Ubercart/Module Connector | BZB

e-Commerce Group - Mon, 01/18/2010 - 23:56
BZB API- Drupal/Ubercart/Module Connector Telecommute:  Allowed

Pretty straight forward... We have two API's that need to be connected/configured. USPS module and a Third-party tax rate calculator (PHP).

PHP skills key.

Time-sensitive.

Send hourly rate.

New Jersey

want to change default product quantity in ecommerce cart

e-Commerce Group - Wed, 01/06/2010 - 18:02

actually when we click on "add to cart" link then it select product quantity 1 by default. but i want to change it 100 means when user click on "add to cart" default product quantity selected should be 100.

i am using drupal 6.X + ecommerce module

Please help

e-Commerce Module

How to Add Shipping Charge Based on Order Total with Additional Charges

e-Commerce Group - Sat, 12/19/2009 - 04:45

I'm having difficulty setting up a custom shipping fee in Drupal Ecommerce. I can't make heads or tails of the Additional Charges settings, and I can't seem to find any meaningful documentation on how to configure them. Searching the forums and trying to wing it have likewise resulted in nothing.

What I need is a way to add a simple shipping charge depending on the total value of items ordered, $5 for orders less than $25, $10 for orders less than $50, $15 for orders less than $75, $20 for orders less than $100, and free for orders of $100 or more. Strangely, what references I could find (for older versions, perhaps?) talk about a total value of items filter, but no such filter is present in the drop-down.

Is this even possible with this module? In case it's useful, I'm using Ecommerce 6.x-4.0-rc9 on Drupal 6.14. Any help would be appreciated.

e-Commerce Module

Short term project | Story Time For Me

e-Commerce Group - Mon, 12/14/2009 - 22:44
Short term project Story Time For Me Employment type:  Contract Telecommute:  Allowed

I need somebody to help with my site to work on a project asap. I have attached what needs to be done on my website which is storytimeforme.com which is currently in drupal.

I would like to start on the project by Tues or Wed of this week if possible

email me at gitt613@gmail.com please and i'll send you details

AttachmentSize ecommerce2.doc504 KB Los Angeles

A couple questions about the module.

e-Commerce Group - Fri, 12/11/2009 - 15:00

I'm trying to implement this module onto my site and have run into a few issues that I hope you will be able to help me on. I'm on 6.x-4.0-rc15

  • For some reason when I go to checkout, only the Billing address form shows, there is nothing showing for the shipping address form. Is there some setting that I'm missing? I've made my products shippable.

  • Is there some way to make the billing address mandatory?

  • I cant seem to figure out ec_charges, is there some way to add in a flat rate shipping charge based on which country they will be shipping to? (ie $10 for Canada, $5 for USA, $15 for the rest)

Also if any of the above need modifications to the code, just point me in the right direction and I should be able to figure it out.

TIA!

e-Commerce Module

Your card was not billed. The following error was received: DUPLICATE

e-Commerce Group - Fri, 12/04/2009 - 09:53

I just had a customer call me unable to place an order due to error:

Your card was not billed. The following error was received:
DUPLICATE

I just tried myself and got the same result.

Drupal 5.20
ecommerce 5.36

http://www.rock-band-t-shirts.com

Any help would be greatly appreciated due to lack of sales during the busiest season,

Ralph

e-Commerce Module

* Add in new hook to format_currency() to allow the display prices to be changed ...

e-Commerce 6.x-4.x-dev commits - Sun, 03/22/2009 - 18:21
* Add in new hook to format_currency() to allow the display prices to be changed with external modules, like a displaying in a different currency * Changed the actual display of the currency to be a theme template to add easier control
  • [DBH] ec_common/ec_common.module
  • [DBH] ec_common/templates/format-currency-aft.tpl.php
  • [DBH] ec_common/templates/format-currency.tpl.php
  • [DBH] ec_common/templates/theme.inc

* Add clear price modification so you can clear the price field on a misc transaction ...

e-Commerce 6.x-4.x-dev commits - Sun, 03/22/2009 - 17:37
* Add clear price modification so you can clear the price field on a misc transaction. This allow you to add message into transactions
  • [DBH] ec_charge/modules/system.inc
  • [DBH] ec_checkout/ec_checkout.theme.inc

* Fix up sorting of misc.

e-Commerce 6.x-4.x-dev commits - Sun, 03/22/2009 - 17:23
* Fix up sorting of misc.
  • [DBH] ec_checkout/ec_checkout.checkout.inc

* Add title modification for charges.

e-Commerce 6.x-4.x-dev commits - Sun, 03/22/2009 - 17:20
* Add title modification for charges.
  • [DBH] ec_charge/ec_charge.admin.inc
  • [DBH] ec_charge/modules/system.inc

* Fix up typo in display only charge modification

e-Commerce 6.x-4.x-dev commits - Sun, 03/22/2009 - 16:54
* Fix up typo in display only charge modification
  • [DBH] ec_charge/modules/system.inc

* Add ability to have display only modification in charges

e-Commerce 6.x-4.x-dev commits - Sun, 03/22/2009 - 16:50
* Add ability to have display only modification in charges
  • [DBH] ec_charge/modules/system.inc
  • [DBH] ec_store/ec_store.install
  • [DBH] ec_store/ec_store.module

* #408570 fix up typo in receipt checkout.

e-Commerce 6.x-4.x-dev commits - Sun, 03/22/2009 - 16:23
* #408570 fix up typo in receipt checkout.
  • [DBH] ec_receipt/ec_receipt.checkout.inc

* add lowest modification which will return only the lowest value calculated charge

e-Commerce 6.x-4.x-dev commits - Sun, 03/22/2009 - 16:18
* add lowest modification which will return only the lowest value calculated charge
  • [DBH] ec_charge/modules/system.inc

* Change the highest modification to comparings is the same no matter the sign

e-Commerce 6.x-4.x-dev commits - Sun, 03/22/2009 - 16:13
* Change the highest modification to comparings is the same no matter the sign
  • [DBH] ec_charge/modules/system.inc

* Add modifications to charges to allow manipulation of miscellaneous transactions ...

e-Commerce 6.x-4.x-dev commits - Sun, 03/22/2009 - 16:10
* Add modifications to charges to allow manipulation of miscellaneous transactions before they are added to the transaction.
  • [DBH] ec_charge/ec_charge.admin.inc
  • [DBH] ec_charge/ec_charge.module
  • [DBH] ec_charge/modules/system.inc
Syndicate content