Drupal is up and running but how do I ...?

store_transaction_load()

I don't even know how to ask this question, but basically, I added sub-products to my ecommerce site and had to do quite a bit of nudging to make it happen. The instructions and patch files were kind of scattered, no definitive way to make it work, no discussion after 11/15 for some reason, a total dead-end. Any way, checkouts through auth.net stopped working once my sub-products were all sorted it out. I've traced the flow of my transaction data back and forth through the cart.module, authorize_net.module, the apparel.module, the store.module, and probably a few others by now.

I think I've isolated my problem, but it's so tremendous, I can't imagine how I'll ever make heads or tails of this. The culprit is the following query:

 $result = db_query('SELECT stp.*, r.rtxnid as rtxnid, r.rnid as rnid, p.ptype FROM {ec_transaction_product} stp LEFT JOIN {ec_renewal} r ON stp.txnid = r.txnid LEFT JOIN {ec_product} p ON stp.nid = p.nid WHERE stp.txnid = %d', $t->txnid);
 

I'm not a DBA, and all of the ALIASes and JOINs in this query leave me scratching my head. I've absolutely done my best to get this to a place where I'm not asking a question like, "how come ecomm checkout doesn't work?" so if anyone in the community can provide the slightest glimpse of what this query does, I'd appreciate it. If I could get this query to operate, I'm pretty certain the rest would fall into place as the next steps after this query are to simply load the auth_net form with data and submit. My auth.net transactions were working before my entry into the world of sub-products so I think once I figure out how to adjust this query so the right data is returned, it will all come together.

excel

Does anyone know how to bring an excel calculation program in drupal? We want our members to be able to calculate certain things like wat they should receive voor child support or wat interest they would pay for a loan, etc. My calculation programs doe work in a standard HTML site but wont work in drupal.

Any ideas?

EMBEDDING MEDIA PLAYER

Hi,
Can someone please help me i want to add streaming video to my website and for the i need to know how can i embed a media player in drupal coz i m tryin and it dont work
can someone please help me on this thing how can i do it
Thanks

Photoessay

Hey all...

Just wondering if anyone's got suggestions on ways to integrate a flexinode type (say, "Articles") with an image gallery (using the basic Image module) to create a Photoessay effect. This could be the node content with gallery images displayed in the sidebar, or simply linked to the gallery... just wondering if anyone's done something similar and might have any tricks up their sleeve. Thanks in advance.

FCKeditor, upload and browse files works now but only in IE not Firefox

This is really strange. I have installed FCKeditor but have never gotten the image upload and browsing functionality to work, despite all the changes:

./modules/fckeditor/lib/fckconfig.js: commented out all asp lines and enabled all php
./modules/fckeditor/ssip/properties.inc:
       $properties['context_path'] = '';
       $properties['path_separator'] = '\';   //running on windows xampp

and enabled the connector in:

theming individual modules / blocks

there's some documentation for theming individual nodes in the phpTemplate handbook, but is there a way to do this for modules? for instance i want titles on some of my blocks, but i'd rather get rid of the bit that says "user login" for the login block, make it say "login" instead of "Log in" etc.

editing the module directly, particularly with the user.module, seems to cause flaky results as well as making upgrades more difficult in the fugure, so i'd rather avoid that if possible.

Pages

Subscribe with RSS Subscribe to RSS - Post installation