Diseño y Posicionamiento Web con Joomla › Foros › General › Joomla en General › Migrar virtuemart, del localhost al servidor
- Este debate tiene 21 respuestas, 2 mensajes y ha sido actualizado por última vez el hace 13 años, 6 meses por Moderador Foro.
-
AutorEntradas
-
-
21/03/2011 a las 03:22 #96729AnónimoInvitado
Hola, cuando migro virtuemart al servidor me desaparecen los botones de “Agregar al carro” de la pagina de inicio (mas presisamente cuando modifico el archivo virtuemart.cfg.php y reemplazo localhost por el dominio)
Data: Joomla 1.5.22
VirtueMart 1.1.7 stable
Plantilla: ja_larixNota: En el local host ya me habia desaparecido apeneas empeze a personalizar mi plantilla
Gracias
-
21/03/2011 a las 04:06 #96733Moderador ForoParticipante
Estamos hablando del pack bundle ¿verdad?
¿Lo pones asi?
define( ‘URL’, ‘http://www.dominio.com/’ ); -
21/03/2011 a las 04:07 #96734AnónimoInvitado
Correcto
-
21/03/2011 a las 04:10 #96735AnónimoInvitado
Si, me baje el pack de preinstalado, ya modifique la url y sigue igual, gracias por la respuesta
-
21/03/2011 a las 06:55 #96740Moderador ForoParticipante
¿Tambien modificaste las rutas absolutas? Justo debajo del dominio hay varias rutas para las imagenes ¿Eso como lo tienes?
-
21/03/2011 a las 07:07 #96741AnónimoInvitado
Me aparece esto en la config de virtuemart
———————————————————————————————————————————–
define( ‘URL’, ‘http://www.dominio.com.ar/’ );
define( ‘SECUREURL’, ‘http://www.dominio.com.ar/’ );if ( (!empty($_SERVER[‘HTTPS’]) && $_SERVER[‘HTTPS’] != ‘off’) || $_SERVER[‘SERVER_PORT’] == ‘443’ ) {
define( ‘IMAGEURL’, SECUREURL .’components/com_virtuemart/shop_image/’ );
define( ‘VM_THEMEURL’, SECUREURL.’components/com_virtuemart/themes/ja_larix/’ );
} else {
define( ‘IMAGEURL’, URL .’components/com_virtuemart/shop_image/’ );
define( ‘VM_THEMEURL’, URL.’components/com_virtuemart/themes/ja_larix/’ );
}
define( ‘VM_THEMEPATH’, $mosConfig_absolute_path.’/components/com_virtuemart/themes/ja_larix/’ );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/’ );
————————————————————————————————————————————– -
21/03/2011 a las 07:10 #96745AnónimoInvitado
y si modifico
define( ‘URL’, ‘www.dominio.com.ar/’ );
define( ‘SECUREURL’, ‘www.dominio.com.ar/’ );por:
define( ‘URL’, ‘www.localhost/’ );
define( ‘SECUREURL’, ‘www.localhost/’ );Los botones de comprar aparecen!! Pero virtuemart no funciona….
-
21/03/2011 a las 07:15 #96747AnónimoInvitado
En donde no me aparece los botones de “AGREGAR” es en la pagina principal y en los modulos que genere para virtuemart (Ej: Articulos destacados, mas vendidos, ramdon products, etc) en el resto de la pagina los botones aparecen con normalidad, sera que tengo que modificar los css asignados a los modulo? o asignarle el theme vm a los modulos?
-
21/03/2011 a las 07:24 #96749Moderador ForoParticipante
No, prueba con lo siguiente. Accede a un producto y en la pestaña opciones de visualización en “Use List box for child ” marcala y veras como aparecen las opciones para visualizar botones de añadir al carro. Lo extraño es que te funcionara en local, lo ultimo tocar codigo.
-
21/03/2011 a las 09:25 #96753AnónimoInvitado
active la opcion y nada, te mando 2 capturas para que veas mejor,
http://grupodismaster.com.ar/images/error.gif (solo en los modulos)
http://grupodismaster.com.ar/images/ok.gif (todo bien en el resto del sitio)Te comento, los botones están, sirven para agregar al carro pero no se ven, esto sucedio cuando modifique el archivo config de virtuemart, antes los botones se veían bien (Ya instale varias versiones de jommla + virtuemart y siempre me paso lo mismo con distintas plantillas)
Te mando la configuracion que tengo en las opciones de visualizacion de virtuemart
http://grupodismaster.com.ar/images/opciones_de_visualizacion.gif
Modificando la opción “Use List box for child” tampoco
-
21/03/2011 a las 10:43 #96754AnónimoInvitado
Esta es la busqueda de NotePad ++ de todos los archivos del sitio: Palabra “button-addtocart.gif” Es la que no se visualiza en los modulos de joomla/virtuemart
[i]
——————————————————————————————————
Search “button-addtocart.gif” (9 hits in 4 files)
——————————————————————————————————
C:wampwwwdigitaladministratorcomponentscom_akeebabackupakeeba.backend.log (2 hits)Line 2139: DEBUG |110320 07:16:55|– Adding templates/ja_larix/images/button-addtocart.gif to archive (source: /templates/ja_larix/images/button-addtocart.gif)
Line 2139: DEBUG |110320 07:16:55|– Adding templates/ja_larix/images/button-addtocart.gif to archive (source: /templates/ja_larix/images/button-addtocart.gif)
——————————————————————————————————
C:wampwwwdigitalmodulesmod_ja_vmproductslideja_vmproductslideja.vm.css (3 hits)Line 18: background: url(../images/button-addtocart.gif) no-repeat bottom left;
Line 26: background: url(../images/button-addtocart.gif) no-repeat bottom left;
Line 44: background: url(../images/button-addtocart.gif) no-repeat top left;
——————————————————————————————————
C:wampwwwdigitaltemplatesja_larixcssja-vm.css (3 hits)Line 17: background: url(../images/button-addtocart.gif) no-repeat bottom left;
Line 25: background: url(../images/button-addtocart.gif) no-repeat bottom left;
Line 43: background: url(../images/button-addtocart.gif) no-repeat top left;
——————————————————————————————————
C:wampwwwdigitaltemplatesja_larixtemplateDetails.xml (1 hits)Line 87: images/button-addtocart.gif
——————————————————————————————————
[/i]
Nose si ayuda pero lo mando… Gracias -
21/03/2011 a las 10:49 #96755AnónimoInvitado
Listo!!!!! Era un problema de traduccion, baje nuevamente el pack de joomla + virtuemart, copie todos los idiomas, (ingles por defecto) borre las carpetas de traduccion, y pege las originales.
Ahora el problema es traducirlo, pero bueno, ya identificamos el error, gracias -
21/03/2011 a las 11:29 #96756Moderador ForoParticipante
Cosas mas raras 🙂 .Aqui la tienes > http://solojoomla.com/directorio-joomla/idiomas/traduccion-extensiones/virtuemart-espanol.html . Pero te digo, la version 2.0 que ya va por la beta 2 ha cambiado y utiliza archivos ini > http://solojoomla.com/foro/traducciones-extensiones-joomla/traduccion-virtuemart-espanol-version-2.0.html lanze este post para colaboracion para la traduccion.
-
22/03/2011 a las 09:01 #96788AnónimoInvitado
Gracias, voy a probar las traducciones… Espero no tener inconvenientes, gracias
-
23/03/2011 a las 14:19 #96810AnónimoInvitado
Después de renegar bastante con la traducción encontré cual era el problema que no me deja visualizar los botones de “Agragar al carro” de los modulos de virtuemart…
El error se generaba cuando se realiza la traducción de “Ad to cart” en el archivo “spanish.php” ubicado en administratorcomponentscom_virtuemartlanguagescommonspanish.php
Ahora el inconveniente es modificarlo, ya que es la etiqueta del boton y estaría bueno poder traducirlo, gracias
-
24/03/2011 a las 04:58 #96822Moderador ForoParticipante
Asi tal cual, linea 48
'PHPSHOP_CART_ADD_TO' => 'Añadir a mi cesta',
-
26/03/2011 a las 07:47 #96956AnónimoInvitado
hola, al modificar esa linea que mencionas es cuando me aparece el error, y los botones de virtuemart dentro de los modulos no logran verce (estan, pero no se ven).
-
26/03/2011 a las 10:32 #96959Moderador ForoParticipante
Pega aqui la linea sin modificar.
-
26/03/2011 a las 10:35 #96960AnónimoInvitado
‘PHPSHOP_CART_TITLE’ => ‘Pedido’,
‘PHPSHOP_CHECKOUT_TITLE’ => ‘Terminar Compra‘,
‘PHPSHOP_SEARCH_TITLE’ => ‘Buscar’,
‘PHPSHOP_ACCOUNT_TITLE’ => ‘Mantenimiento de Cuenta’,
‘PHPSHOP_PRODUCTS_LBL’ => ‘Productos’,
‘PHPSHOP_PRODUCT_LBL’ => ‘Producto’,
‘PHPSHOP_SEARCH_LBL’ => ‘Buscar’,
‘PHPSHOP_PRODUCT_SEARCH_LBL’ => ‘Buscar producto’,
‘PHPSHOP_PRODUCT_NAME_TITLE’ => ‘Nombre’,
‘PHPSHOP_PRODUCT_DESC_TITLE’ => ‘Descripcion’,
‘PHPSHOP_CART_SHOW’ => ‘Mostrar Pedido‘,
‘PHPSHOP_CART_ADD_TO’ => ‘Add to Cart’,
‘PHPSHOP_CART_NAME’ => ‘Nombre’,
‘PHPSHOP_CART_SKU’ => ‘REF.’,
‘PHPSHOP_CART_PRICE’ => ‘Precio’,
‘PHPSHOP_CART_QUANTITY’ => ‘Cantidad’,
‘PHPSHOP_CART_SUBTOTAL’ => ‘Subtotal’,
‘PHPSHOP_ADD_SHIPTO_1’ => ‘Anadir una nueva’, -
26/03/2011 a las 10:39 #96962Moderador ForoParticipante
Cosa mas rara tio 😀
'PHPSHOP_CART_ADD_TO' => 'Insertar al carro',
Prueba sin la ñ, seguro que nada tiene que ver pero…….
-
26/03/2011 a las 10:45 #96963AnónimoInvitado
Ya lo hice y es lo mismo, nisiqueira puedo cambia Add to Cart (con mayuscula) por add to cart (miniscula)
En una prueba en el local… busque con note pad++ tods los archivos donde aparecia la palabra “Add to Cart” y las reemplace por “Agregar al carro” y funciona correctamente, lo unico que fueron muchos archivos, te mando el listado de los archivos que modifique.
Search “Add to Cart” (54 hits in 17 files)
C:wampwwwdigitaladministratorcomponentscom_virtuemartCHANGELOG.php (17 hits)
Line 41: # Task #212 (#202): product snapshot button always “Add to cart”.
Line 93: # Task #117 Illegal variable_files … error after clicking Add to Cart when there are empty attributes
Line 211: # Task #2683 – Attribute List price modification not honored in add to cart
Line 458: # BUG – 0 quantity deletes product from cart on product page and browse page. Should only happen on update or single add to cart button child list
Line 538: # Task #2490 – Add to cart issues when javascript disabled
Line 592: # Task #2434 – Modules need a statment if to check if the product has items so not to show add to cart.
Line 811: # Task #2226 – Instead of ‘Notify Me’ button ‘add to cart’ button is shown when list box for child products is selected.
Line 825: # Task #2220 – Add to Cart for each child is not saving
Line 917: # Task #2104 – Add to Cart ‘Up’ and ‘Down’ buttons don’t display correctly in IE6
Line 931: # Task #2166 – Add to cart broken in SVN 1408
Line 1242: # Task #1869 – Custom attribute – remove “add to cart ” in browse page?
Line 1281: # Task #1833 – quantity ,drop down list, add to cart
Line 1841: + implemented “Notify Me!” modification by Corey, which shows a “Notify Me” button instead of “Add to Cart”
Line 2532: # Task #839 – “Add to Cart” twice for same product removes product (ps_cart.php)
Line 2921: # Task #514 – add to cart URL does not always work
Line 2991: ^ Task #427 – Add To Cart button in Browse uses Joomla button CSS.
Line 3512: # vertical aligning button “Add to Cart” (shop.product_details.php)
C:wampwwwdigitaladministratorcomponentscom_virtuemartclassesps_cart.php (1 hits)
Line 123: //Iterate through the prod_id’s and perform an add to cart for each one
C:wampwwwdigitaladministratorcomponentscom_virtuemartlanguagescommonspanish.php (1 hits)
Line 55: ‘PHPSHOP_CART_ADD_TO’ => ‘Add to Cart’,
C:wampwwwdigitaladministratorcomponentscom_virtuemartlanguagesproductenglish.php (2 hits)
Line 209: ‘PHPSHOP_DISPLAY_ONE’ => ‘One Add to Cart Button’,
Line 210: ‘PHPSHOP_DISPLAY_MANY’ => ‘Add to Cart Button for each Child’,
C:wampwwwdigitalcomponentscom_virtuemartthemesdefaulttemplatescommonproductsnapshot.tpl.php (1 hits)
Line 44:
C:wampwwwdigitalcomponentscom_virtuemartthemesdefaulttemplatesproduct_detailsincludesquantity_box_radio.tpl.php (1 hits)
Line 2: /** This template is used for the quantity box of a product, which has a radio-style add to cart form */
C:wampwwwdigitalcomponentscom_virtuemartthemesdefaulttheme.css (1 hits)
Line 51: /* The quantity box beneath the “add to cart” button */
C:wampwwwdigitalcomponentscom_virtuemartthemesja_larixtemplatesproduct_detailsincludesquantity_box_radio.tpl.php (1 hits)
Line 2: /** This template is used for the quantity box of a product, which has a radio-style add to cart form */
C:wampwwwdigitalcomponentscom_virtuemartthemesja_larixtheme.css (1 hits)
Line 51: /* The quantity box beneath the “add to cart” button */
C:wampwwwdigitalmodulesmod_ja_vmproductslidemod_ja_vmproductslide.xml (2 hits)
Line 47:
Line 47:
C:wampwwwdigitalpluginscontentvmproductsnapshots.php (1 hits)
Line 30: * string quantity (the quantity to add to cart. Separate with vertical bar when there’s more than one product eg 1|2|1)
C:wampwwwdigitalpluginscontentvmproductsnapshots.xml (2 hits)
Line 50: label=”How many to add to cart?”
Line 53: label=”Show ‘add to cart’ link?”
C:wampwwwdigitaltemplatesja_larixscriptsvm_stuff.js (2 hits)
Line 8: if (anchors_feature[i].title.indexOf(“Add to Cart”) != -1) {
Line 20: if (anchors_cart[j].title.indexOf(“Add to Cart”) != -1) {
Search “Add to cart” (54 hits in 17 files)
C:wampwwwdigitaladministratorcomponentscom_virtuemartCHANGELOG.php (17 hits)
Line 41: # Task #212 (#202): product snapshot button always “Add to cart”.
Line 93: # Task #117 Illegal variable_files … error after clicking Add to Cart when there are empty attributes
Line 211: # Task #2683 – Attribute List price modification not honored in add to cart
Line 458: # BUG – 0 quantity deletes product from cart on product page and browse page. Should only happen on update or single add to cart button child list
Line 538: # Task #2490 – Add to cart issues when javascript disabled
Line 592: # Task #2434 – Modules need a statment if to check if the product has items so not to show add to cart.
Line 811: # Task #2226 – Instead of ‘Notify Me’ button ‘add to cart’ button is shown when list box for child products is selected.
Line 825: # Task #2220 – Add to Cart for each child is not saving
Line 917: # Task #2104 – Add to Cart ‘Up’ and ‘Down’ buttons don’t display correctly in IE6
Line 931: # Task #2166 – Add to cart broken in SVN 1408
Line 1242: # Task #1869 – Custom attribute – remove “add to cart ” in browse page?
Line 1281: # Task #1833 – quantity ,drop down list, add to cart
Line 1841: + implemented “Notify Me!” modification by Corey, which shows a “Notify Me” button instead of “Add to Cart”
Line 2532: # Task #839 – “Add to Cart” twice for same product removes product (ps_cart.php)
Line 2921: # Task #514 – add to cart URL does not always work
Line 2991: ^ Task #427 – Add To Cart button in Browse uses Joomla button CSS.
Line 3512: # vertical aligning button “Add to Cart” (shop.product_details.php)
C:wampwwwdigitaladministratorcomponentscom_virtuemartclassesps_cart.php (1 hits)
Line 123: //Iterate through the prod_id’s and perform an add to cart for each one
C:wampwwwdigitaladministratorcomponentscom_virtuemartlanguagescommonspanish.php (1 hits)
Line 55: ‘PHPSHOP_CART_ADD_TO’ => ‘Add to Cart’,
C:wampwwwdigitaladministratorcomponentscom_virtuemartlanguagesproductenglish.php (2 hits)
Line 209: ‘PHPSHOP_DISPLAY_ONE’ => ‘One Add to Cart Button’,
Line 210: ‘PHPSHOP_DISPLAY_MANY’ => ‘Add to Cart Button for each Child’,
C:wampwwwdigitalcomponentscom_virtuemartthemesdefaulttemplatescommonproductsnapshot.tpl.php (1 hits)
Line 44:
C:wampwwwdigitalcomponentscom_virtuemartthemesdefaulttemplatesproduct_detailsincludesquantity_box_radio.tpl.php (1 hits)
Line 2: /** This template is used for the quantity box of a product, which has a radio-style add to cart form */
C:wampwwwdigitalcomponentscom_virtuemartthemesdefaulttheme.css (1 hits)
Line 51: /* The quantity box beneath the “add to cart” button */
C:wampwwwdigitalcomponentscom_virtuemartthemesja_larixtemplatesproduct_detailsincludesquantity_box_radio.tpl.php (1 hits)
Line 2: /** This template is used for the quantity box of a product, which has a radio-style add to cart form */
C:wampwwwdigitalcomponentscom_virtuemartthemesja_larixtheme.css (1 hits)
Line 51: /* The quantity box beneath the “add to cart” button */
C:wampwwwdigitalmodulesmod_ja_vmproductslidemod_ja_vmproductslide.xml (2 hits)
Line 47:
Line 47:
C:wampwwwdigitalpluginscontentvmproductsnapshots.php (1 hits)
Line 30: * string quantity (the quantity to add to cart. Separate with vertical bar when there’s more than one product eg 1|2|1)
C:wampwwwdigitalpluginscontentvmproductsnapshots.xml (2 hits)
Line 50: label=”How many to add to cart?”
Line 53: label=”Show ‘add to cart’ link?”
C:wampwwwdigitaltemplatesja_larixscriptsvm_stuff.js (2 hits)
Line 8: if (anchors_feature[i].title.indexOf(“Add to Cart”) != -1) {
Line 20: if (anchors_cart[j].title.indexOf(“Add to Cart”) != -1) { -
26/03/2011 a las 11:01 #96964Moderador ForoParticipante
No tiene sentido. Ahora me retiro hasta mañana que aqui ya son las 24h00 . Sube el archivo aqui y mañana lo veo. Bye
-
-
AutorEntradas
- Debes estar registrado para responder a este debate.