ubercart

patch error

  1. [user@domain ubercart]$ patch -p0 < ubercart_api.patch
  2.  
  3. patching file uc_attribute/uc_attribute.module
  4. Hunk #1 FAILED at 538.
  5. 1 out of 1 hunk FAILED -- saving rejects to file uc_attribute/uc_attri

Fix for Add custom tokens

  1. function uc_shbark_delivery_token_values($type, $object = NULL) {
  2.   switch ($type) {
  3.     case 'order':
  4.       $order = $object;
  5.    
  6.       $result = db_query("SELECT * FROM {uc_shbark_delivery} WH

Fix for Ubercart Order History modifi

  1. /**
  2.  * Implementation of hook_menu_alter().
  3.  *
  4.  * Alters node.module's node view page callbacks to use ours instead.
  5.  *
  6.  */
  7. function mini_alter_menu_alter(&$callbacks) {
  8.   #$callbacks['node/%n

Fix for Fix for Fix for Fix for Fix for set username bases on ubercart billing first and last name

  1. $existingUser=user_load($order->uid);
  2. $existingUser->name = $order->billing_first_name . " " .

Fix for Fix for Fix for Fix for set username bases on ubercart billing first and last name

  1. $existingUser=user_load($order->uid);
  2. $existingUser->name = $order->billing_first_name . " " .

Fix for Fix for Fix for set username bases on ubercart billing first and last name

  1. $existingUser=user_load($order->uid);
  2. $existingUser->name = $order->billing_first_name . " " .

Fix for Fix for set username bases on ubercart billing first and last name

  1. $existingUser=user_load($order->uid);
  2. $existingUser->name = $order->billing_first_name . " " .

Fix for set username bases on ubercart billing first and last name

  1. $existingUser=user_load($order->uid);
  2. $existingUser->name = $order->billing_first_name . " " .

set username bases on ubercart billing first and last name

  1. $existingUser=user_load($order->uid);
  2. $existingUser->name = $order->billing_first_name . " " .

uc_invoice problem

  1. <?php
  2. // $Id$
  3.  
  4. /**
  5.  * @file
  6.  * Provides the invoice payment method.
  7.  */
  8.  
  9. /**
  10.  * Implementation of hook_init().
  11.  */
  12. function uc_invoice_init() {
  13.   global $conf;
  14.   $conf['i18n_variables'][]
Syndicate content