Drupal
Using Ubercart with a MySQL Database
I have read through the first 12 pages of the forum and did a search to no avail on my question.
Before I get too far along in the design of a new Website using Drupal 7 and Ubercart 3.3, I would like to get some expert advise. For reference, all the software is on the same shared server.
hook_uc_order not firing
I am trying to execute a simple query when an order is deleted. Here is my code:
function mymodule_uc_order ($ops, &$arg1, $arg2) { if ($ops == 'delete') {
$sql = "INSERT INTO {testing} (text) VALUES ('you deleted order number')";
db_query($sql);
}
}
I have not idea why its not working. I know the query works, because I copy/pasted it into its own function and called it from a template file. So it works. Yes, my module is named mymodule.info.
Thanks in advance.
Adding out of stock message to order/invoice info
Hey everybody, I've modified my node-product.tpl.php to display a message if a product is out of stock, but to still let the customer order out of stock items (the message advises them of the potential delay).
All working great, but I would like to store this info in the actual order too, so the customer has a record of this in the order email they receive.
It could be something as simple as just adding 'OUT OF STOCK' to the end of the product title in the order/invoice data, but I'm not sure how or where to do this.
Could somebody give me a pointer please? Thanks.
Mat
The Mysterious Drupal Entity
Join Kyle Hofmeyer, Joe Shindelar, Blake Hall, and Greg Dunlap to talk about the somewhat mysterious concept of entities, which was introduced to Drupal in Drupal 7. We explain what entities are, why we have them, and what the future may hold for them in Drupal 8.
- Lullabot DrupalCon Party!
- Working with Entities in Drupal 7 video series
- Drupal 8 Entity API improvements issue
- Entity API module
- Core Entity documentation
- Contrib Entity API module documentation
- Examples project
- DrupalCon Portland Sprints
- DrupalCon Session: Status of the New Entity API and Typed Data
- DrupalCon Session: The Old and New Field API in Drupal 8
- DrupalCon Session: Rest and Serialization in Drupal 8
Louis Vuitton outlet store 4536tjgqkfo
What is Neuro-Linguistic Programming (NLP)?--------------------When NLP was very first developed greater than 35 years ago it really is nonetheless developing in recognition in 2010. Louis Vuitton outlet online NLP trainer Michael Beale points out what it really is.
UC Referencing Seller Account Email Instead of Customer Email
Hi Ubercart community. This is my first post here, but as I continue to make sites using Ubercart, I am betting it will not be my last.
I have an issue that I need help with. It is a strange behavior.
With the store in Sandbox mode, and using the Paypal Express Checkout method, logged in as a test customer, when the customer clicks the "Check Out with Paypal" button, the progress is to the Paypal login screen as expected.
Lullabot's goings ons at DrupalCon Portland
Lullabot has always had a big presence at DrupalCon and next week's event in Portland, OR is no exception. We're teaching 4 classes and presenting 11 sessions. We've got 2 booths in the expo hall. We're having a big party on Tuesday night. And nearly the entire Lullabot team will be in Portland. For the latest updates, please follow us on Twitter and like us on Facebook.
Here's the breakdown of where we'll be and when:
Want more features in Drupal 8? Help fix bugs!
In Drupal core, we use issue thresholds to manage technical debt. Both critical (release-blocking) and major (non-release-blocking, high-impact issues) are considered. When we have more open issues than our thresholds, we do not commit new features.
Currently, we have 27 critical bugs, 41 critical tasks, 155 major bugs, and 149 major tasks. This is more than twice our current thresholds for critical issues, and about 50% more than our thresholds for major issues. We need your help to resolve these issues so that we can resume adding new features to Drupal 8. That would be a very exciting place to get to!
There are many ways to help, including not only programming but also updating these issues' summaries, testing the patches, and making sure the patches still apply. I encourage everyone to collaborate on major and critcal issues, and to consider making them a focus at the DrupalCon Portland sprints.
Mentorship Consulting: A Client Primer
Mentorship consulting is one of the many services that Lullabot provides, and is something we’re known for in the Drupal community. When we work with potential clients to describe what we can do for them, it can sometimes be very difficult to explain how a consulting relationship works. This is especially true if they have never participated in consulting engagements with us or another agency.
GST / Tax Inclusive?
I'm using ubercart 3.4 with Drupal 7.
I need ubercart to show the GST (tax) as inclusive, not add it onto the order total.
All my prices are assumed to be gst inclusive.
Can anyone tell me how to get this to happen, please?
TIA!
Using iShopping theme.
Hi,
I have just installed Ubercart and the iShopping theme to my website.
I am having trouble trying to get the products to show on the main page and the usage of the slider on the top as shown in the demo.
I haven't found guides showing people how to use the theme. If someone has a guide or can point me in the right direction it would be greatly appreciated.
http://demo.weebpal.com/#ishopping
http://drupal.org/project/ishopping
Thanks!
How to theme the Order Details page?
I know that you can change the layout of the order history/order listings pages by editing the uc_orders_user View, but how can you theme the order details page (for example, http://mysite.com/user/1/orders/5)?
Big Drupalize.Me Sale during DrupalCon!
DrupalCon Portland is just around the corner, and we're excited to see everyone there. The entire Lullabot team will be in Portland, and we hope you'll stop by our booth (#311) and get to know us. You can also pop around the corner to booth #408 to hang out with the Drupalize.Me folks. We're gearing up for a great sale on annual accounts during the 'con, which you can take advantage of during DrupalCon, even if you're not there.
include rax in cart
Hi,
is it possible to display products prices including tax when viewing the cart?
When I list products in catalog I have the option "include tax" enabled an it works good.
It is ok also when I look at the order. I see pruduct prices without taxes then calculated taxes and then the total.
So my only issue is the cart. Is there a hidden view or sth?
Thanks
Tax not included in cart
Hi.
Using Ubercart 3.
I am using tax and displaying products prices including tax.
The problem is that after adding the product to cart I see the product price without tax.
How can I include the tax to product price in the cart?
Thanks
cart link -e not working
Hello,
I have a cart link (ubercart 3.4) of:
http://www.mysite.com/cart/add/e-p19_q1_a1o1-isub?destination=cart/checkout
It will not empty the cart when clicked. I am getting a error in admin reports when clicked of:
Warning: urldecode() expects parameter 1 to be string, array given in uc_cart_links_process() (line 65 of /var/www/html/sites/all/modules/ubercart/uc_cart_links/uc_cart_links.pages.inc).
How can I fix this?
File Downloads not working?
Hi all, sorry if this has already been posted - but I can't seem to find a fix for this particular issue.
"Add to Cart" redirection not working well
Hi everybody,
I'm facing a very strange issue for more than 10 hours now... some help would be really appreciate.
I have set in my Cart settings "cart" as the page a user is supposed to land on after clicking on the Add to Cart button.
Unfortunately, the behavior I have is not exactly as I expected:
- First time I click add a product to the cart it will redirect me to the current page
- If I add the same product to the cart (one or more times) it will redirect me correctly for this product
Week in DC Tech: May 13
There's a technology event for everyone this week in Washington, DC with a HacDC meetup on tech revamping, an Enyo.JS demo for developers, an outdoor Drone event, and more. Go out and take advantage of everything DC has to offer by being productive and learning something new. Check back weekly for our roundup of local technology events.
Tuesday, May 147:30 pm
HacDC: Join DC Hackers as they find new ways to tinker with technology. Help them improve the world by breaking down and rebuilding technology, all while in the pursuit of finding new uses for it. For more information visit them at hacdc.org.
Wednesday, May 156:30 pm
Introduction to Enyo.JS: This one is for the developers. Come and learn about Enyo.JS, a JavaScript framework that's new to the scene through a demo of Enyo.JS and a discussion around how it's simplifying cross-platform mobile and desktop app development. Learn how to create well-structured, maintainable apps at this CrossPlatformDev meetup.
8:30 pm - 1:30 am
DC Nightowls: The DC Nightowls move back to the AOL Fishbowl Labs for their productivity and coworking session. Satisfy your urge to work into the early hours of the morning in NoVa with your fellow Nightowls.
Saturday, May 182:00 pm
Drone User Group: Join the Drone User Group this week as artist and developer Terry Kilby leads an aerial photography demonstration using a drone. He'll discuss how to select the best equipment and how to compose your shots to capture the highest quality images. Come learn about Kilby's work and techniques, contribute your own knowledge, and have fun flying drones at this week's DC Drone User Group.