1
Joomla! 1.5 / Re: Uscita la RC3
« il: 08 Ott 2007, 10:11:58 »
Ragazzi ho visto sul sito ufficiale che questa è ultima relase in test, la prossima uscita sara quello stabile.
Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.
Ho visto il sito ...complimenti..ci sto provando anche io a fare una cosa simile ...cioè utilizzare VM ma sono in alto mare...a partire dalla lingua italiana che non riesco a capire come si imposta visto che ho il file italian.php ma non trovo la cartella languages....mi potresti aiutare?
grazie v.
Caricamento component - Caricamento fallito.
ERRORE: Impossibile trovare un file setup Joomla! XML nel pacchettto.
[ Continua ... ]
Caricamento component - Caricamento fallito
File installazione non trovato:
C:\wamp\www\joomla\media\install_46f4c87fd1cf5\
[ Continua ... ]
ho preso lo spunto dal componente che hai detto tu, nella pagina loro dicono anche dove inserire la LORO modifica,
mentre io che normalmente uso voipstunt per telefonare ho la possibilità di mandare messaggi web digitando un semplice link e senza interazioni,
vai sul loro sito (di voipstunt) e te ne rendi conto di come funziona, na figata!
la ho semplicemente applicata a VM inserendo il link che manda l'SMS dopo la spedizione della mail.
in /administrator/components/com_virtuemart/classes/ps_checkout.php.
cerco
return true;
} // end of function email_receipt()
e inserisco
//send SMS con voipstunt inizio
/*
e qui metto le istruzioni modificando e adattando alle mie esigenze di voip quelle del tuo link
*/
//send SMS con voipstunt fine
ciao
jk
if ( @$_SERVER['HTTPS'] == 'off' ) {
che si trova nella cartella administrator/components/com_virtuemart/virtuemart.cfg.php<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
/**
* The configuration file for VirtueMart
*
* @package VirtueMart
* @subpackage core
* @copyright Copyright (C) 2004-2007 Soeren Eberhardt. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* VirtueMart is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
*
* http://virtuemart.net
*/
global $mosConfig_absolute_path,$mosConfig_live_site;
if( !class_exists( 'jconfig' )) {
$global_lang = $GLOBALS['mosConfig_lang'];
@include( dirname( __FILE__ ).'/../../../configuration.php' );
$GLOBALS['mosConfig_lang'] = $mosConfig_lang = $global_lang;
}
// Check for trailing slash
if( $mosConfig_live_site[strlen( $mosConfig_live_site)-1] == '/' ) {
$app = '';
}
else {
$app = '/';
}
// these path and url definitions here are based on the mambo configuration
define( 'URL', $mosConfig_live_site.$app );
define( 'SECUREURL', 'http://www.hostinggratis.it/outshop.net/' );
if ( @$_SERVER['HTTP'] == 'on' ) {
define( 'IMAGEURL', SECUREURL .'components/com_virtuemart/shop_image/' );
} else {
define( 'IMAGEURL', URL .'components/com_virtuemart/shop_image/' );
}
define( 'COMPONENTURL', URL .'administrator/components/com_virtuemart/' );
define( 'ADMINPATH', $mosConfig_absolute_path.'/administrator/components/com_virtuemart/' );
define( 'CLASSPATH', ADMINPATH.'classes/' );
define( 'PAGEPATH', ADMINPATH.'html/' );
define( 'IMAGEPATH', $mosConfig_absolute_path.'/components/com_virtuemart/shop_image/' );
define('PSHOP_IS_OFFLINE', '');
define('PSHOP_OFFLINE_MESSAGE', '<h2>Il Nostro Negozio adesso Disattivato per Manutenzione <BR> Our Shop is currently down for maintenance.</h2> Perfavore tornate a trovarci al più tardi <BR> Please check back again soon.');
define('USE_AS_CATALOGUE', '');
define('VM_TABLEPREFIX', 'vm');
define('VM_PRICE_SHOW_PACKAGING_PRICELABEL', '1');
define('VM_PRICE_SHOW_INCLUDINGTAX', '1');
define('VM_PRICE_ACCESS_LEVEL', 'Public Frontend');
define('VM_SILENT_REGISTRATION', '1');
define('VM_BROWSE_ORDERBY_FIELD', 'product_name');
define('VM_ONCHECKOUT_SHOW_LEGALINFO', '1');
define('VM_ONCHECKOUT_LEGALINFO_SHORTTEXT', '<h5>Returns Policy</h5>
You can cancel this order within two weeks after we have received it.
You can return new, unopened items from a cancelled order within 2 weeks after they have been
delivered to you. Items should be returned in their original packaging.
For more information on cancelling orders and returning items, see the <a href="%s" onclick="%s" target="_blank">Our Returns Policy</a> page.');
define('VM_ONCHECKOUT_LEGALINFO_LINK', '');
define('ENABLE_DOWNLOADS', '1');
define('DOWNLOAD_MAX', '3');
define('DOWNLOAD_EXPIRE', '432000');
define('ENABLE_DOWNLOAD_STATUS', 'C');
define('DISABLE_DOWNLOAD_STATUS', 'X');
define('DOWNLOADROOT', '/var/www/virtual/outshop.net/');
define('_SHOW_PRICES', '1');
define('ORDER_MAIL_HTML', '1');
define('HOMEPAGE', 'shop.index');
define('FLYPAGE', 'shop.flypage');
define('CATEGORY_TEMPLATE', 'browse_1');
define('PRODUCTS_PER_ROW', '1');
define('ERRORPAGE', 'shop.error');
define('NO_IMAGE', '/ps_image/noimage.gif');
define('SEARCH_ROWS', '30');
define('SEARCH_COLOR_1', '#f9f9f9');
define('SEARCH_COLOR_2', '#f0f0f0');
define('DEBUG', '');
define('SHOWVERSION', '1');
define('PSHOP_ADD_TO_CART_STYLE', 'add-to-cart_orange.gif');
define('TAX_VIRTUAL', '1');
define('TAX_MODE', '1');
define('MULTIPLE_TAXRATES_ENABLE', '');
define('PAYMENT_DISCOUNT_BEFORE', '1');
define('PSHOP_ALLOW_REVIEWS', '1');
define('MUST_AGREE_TO_TOS', '1');
define('PSHOP_AGREE_TO_TOS_ONORDER', '1');
define('LEAVE_BANK_DATA', '1');
define('CAN_SELECT_STATES', '');
define('SHOW_CHECKOUT_BAR', '1');
define('CHECKOUT_STYLE', '3');
define('CHECK_STOCK', '1');
define('ENCODE_KEY', 'VirtueMart_IsCool');
define('NO_SHIPPING', '');
define('NO_SHIPTO', '1');
define('AFFILIATE_ENABLE', '1');
define('PSHOP_ALLOW_FRONTENDADMIN_FOR_NOBACKENDERS', '1');
define('PSHOP_IMG_RESIZE_ENABLE', '');
define('PSHOP_IMG_WIDTH', '90');
define('PSHOP_IMG_HEIGHT', '90');
define('PSHOP_COUPONS_ENABLE', '1');
define('PSHOP_PDF_BUTTON_ENABLE', '1');
define('PSHOP_SHOW_PRODUCTS_IN_CATEGORY', '1');
define('PSHOP_SHOW_TOP_PAGENAV', '1');
define('PSHOP_SHOW_OUT_OF_STOCK_PRODUCTS', '1');
/* OrderByFields */
global $VM_BROWSE_ORDERBY_FIELDS;
$VM_BROWSE_ORDERBY_FIELDS = array( 'product_name','product_price','product_cdate' );
/* Shipping Methods Definition */
global $PSHOP_SHIPPING_MODULES;
$PSHOP_SHIPPING_MODULES[0] = "standard_shipping";
?>
Che permissione deve essere per la funzionamento del Contact (ora impostato a CHMOD 644)
Nonstante che compilo tutti i dati quando premo "invio" il messagio, "Assicurati che il modulo sia completo e valido".
Pero ho compilato tutto
<input type="button" name="send" value="<?php echo(_SEND_BUTTON); ?>" class="button" onclick="validate()" />
</div>
<input type="hidden" name="option" value="com_contact" />
<input type="hidden" name="con_id" value="<?php echo $contact->id; ?>" />
<input type="hidden" name="sitename" value="<?php echo $sitename; ?>" />
<input type="hidden" name="op" value="sendmail" />
<input type="hidden" name="<?php echo $validate; ?>" value="1" />
</form>
<br />
</td>
<input type="hidden" name="op" value="sendmail" />
![]() |
|