This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

checking out is not working well

hi
i use the auction module that is included in the ecommerce package, every thing is working well, but when the higest bidder try to check out it provide this messge "Your shopping cart is empty. You may continue shopping from our Product page" ho can i solve this problem??

Q: Ecommerce - Display Order After Purchase

Using ecommerce 3.x.

Is there a way to display the customers order after they purchase an item? Right now it takes them to the home page and displays no message or anything. It would be great if it could redirect them to the order they just made and include some type of message.

Thanks!

calendar module

After 3 days struggling, I eventually have my calendar module working. However, after I added a field of Author Name into the view for calendar, the author name did show up for each event, but the number of showing increases every day. The first day, there is only one name, the second day has two, the third day has three, etc.

Does anybody know how to fix it ?

Thanks a lot

Forum indentation is not happening

I am adding forums but they don't seem to be indented from the containers. The containers and the forums seem almost aligned. Whay are mine like that and I see everyone else's look ok.

http://www.rgvwebs.com/drupal/index.php?q=forum

Why is $node->taxonomy = array_keys($node->taxonomy); important before saving a node?!?

Hi,

In node,module, line 1697, we have:

if (module_exists('taxonomy')) {
$node->taxonomy = array_keys($node->taxonomy);
}

I wrote my own module, and needed to save a node. If I don't do this, other modules seem to suffer when I save the node ("subscriptions" in particular).

I would appreciate it immensely if somebody could explain to me why...!

Merc.

Hide this block by default...

Does anyone know how to automatically change the User specific visibility settings for a block so that it is set to 'Hide this block by default but let individual users show it.' by default. I know that an admin can change this option when configuring the block, but I need to set this option for 'A LOT' of blocks.

Thanks.
Ian

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions