Search the Community
Showing results for tags 'tema'.
-
Merhaba, Varsayılan tema da mobil görünüm de tüm ürünleri göster deyince ürünler birbirine giriyor bunu nasıl düzeltirim Ayrıca mobilde ürünler tek tek görünüyor ikiliye nasıl çevirebilirim. Şimdiden teşekkürler
- 3 replies
-
- yardım
- prestashop
-
(and 3 more)
Tagged with:
-
Hola buenas, me interesa cambiar el icono de añadir al carro en la lista de productos que se cargan, se me ocurrió hacerlo con jquery. Y se ve así, que es lo que me interesa: Lo que ocurre es que cuando carga más productos, lo hace desde php añadiendo al enlace la variable "?page=2" y según hay más va cambiando. Entonces el jquery no lo aplica a partir de la hoja 2 en adelante porque lo carga php. Y se ve así: Como se ve en la imagen cambia el icono al original de la plantilla. Entonces he supuesto que lo mejor sería cambiarlo directamente en el archivo que lo genera. Pero no sé qué archivo es. Supongo que será la ruta: Raiz/themes/eltema/templates/catalog/ Pero de ahí ya no sé seguir... Si me podeis echar una mano, o si se os ocurre una alternativa, gracias.
-
⭐⭐⭐⭐⭐ Double major update for JA Marketplace Very important update of our trusted marketplace module. Multiple shipping selection included in base, seller levels, category filter in seller catalog, and much more. On the one hand, we have been working on version 7.3.0 to add the possibility that the base module has multiple shipping selection. A highly demanded but very complex functionality to develop. This means that the admin can now enable multiple shipping selection from the module settings with the main objective of allowing customers to select a shipping option for each package in the shipping selection block of the checkout. If this option is not activated, the functionality of not allowing adding products from different sellers to the shopping cart is maintained. In the cart it is now possible to enable the seller's name in each product line. At the same time, we have been working on version 8.0.0 that brings a lot of new features that will surely interest you. In PrestaShop 1.7 onwards, the "displayAdminProductsMainStepLeftColumnMiddle" hook is now being used to display seller information on the product management page in the Backoffice. Technically, we are now using Bootstrap's "card" component on the product page to display seller information in an improved format. The admin can now see the seller information in the customer tab (Backoffice). Now the administrator has the possibility to enable the related products so that the seller can select them from the creation and edition of a product in the seller account. In this way, accessories or related products can appear on a product page if the active template allows it. The "displayFooter" hook has been removed and we are now using the Media::addJsDef function to insert JavaScript variables into the page. In this way, these variables are available in JavaScript files using the new PrestaShop functions. Major changes have been made to the layout of the seller profile. The table format has been removed and is now more adaptable to all devices thanks to the use of containers. Added 6 new hooks on the base module. Most of them related to the new changes in the seller's profile. This change affects all modules that are hooked on the seller's profile. All our modules will be revised shortly to adapt to these new changes. If you have any problems, do not hesitate to contact the technical support center. Added "row" class in product containers. This affects the product blocks that are on the seller profile and seller catalog page. It is now possible to enable a filter by categories in the seller's catalog. Added SellerPaymentMethod class. This class helps improve the seller's commission payment method management system. The administrator can now modify the payment method chosen for each seller. You can even modify the details for the payment. Added a new Backoffice controller to manage payment methods for commissions. A new attribute has been added to the Seller object. Now it is possible to enable the short seller description which can be very useful for some places in the template. There were important changes in the moduleRoutes hook where the controllers that have this functionality were correctly defined. Related to this point, the unnecessary getJmarketplaceLink function that allowed to call these dynamic routes in previous versions of PrestaShop was removed. There have also been major changes to the module's configuration. All the forms and tabs on the configuration page have been restructured to make it more understandable. In principle, each tab now corresponds to a single page or group of functions. Now we are using PrestaShop's GroupBox feature to allow the admin to select the customer groups that can become a seller. The description attribute of the configuration form fields were changed to the "hint" option that allows adding a balloon with the explanatory information of the field within the Helper Forms. This allows the form to be better viewed by the administrator. With this change was used to improve the explanations of each field. Everything to make life easier for the administrator. There are now 18 tabs in the module settings: Version 8.0.0 Seller registration Seller Profile Seller Comments Product creation Seller's Products Seller Catalog Product page Seller commissions Seller orders Seller's Carriers Seller dashboard Withdrawal of funds Seller Messages Emails TFront Office Theme Dynamic routes Related modules Help In the "Version 8.0.0" tab, the contact information, video and description of the add-on are kept. In the tab "Seller registration" there are a lot of options that mainly allow you to enable and disable the fields of the seller account creation and editing form. In the tab "Seller profile" you can enable the information that users and customers can see in the seller's profile. In "Seller Comments" the form that was in the "AdminSellerComments" controller has been moved, where it is possible to enable some functions related to the comments that sellers can receive. In the "Product creation" tab, the form that allows enabling and disabling the information that the seller can add to their products is maintained. The "Seller's Products" tab is new and allows you to enable or disable a lot of options and actions on the page that allows the seller to manage the products. The "Seller Catalog" tab is also new and allows you to enable or disable various options on the seller's catalog page. For the product page itself there are also news. There is a new tab that allows you to enable or disable all the seller's information. In the "Seller commissions" tab, the options related to the seller's commissions have been added, I refer to the fixed commission, variable commission, commission assignment, and so on. A new "Seller Orders" tab has been added to enable or disable the various options and functions that appear on the seller's order management page. The carrier creation and editing form can also be configured by enabling and disabling almost all its fields from the "Seller's Carriers" tab. The sales summary or better known as "Dashboard" also has its tab to enable and disable the information and actions that appear. The options for withdrawing funds has also been encapsulated in a new tab. In the tab "Seller messages" we have added the options available to enable or disable options related to seller messages. The tab "Emails", "Theme for Front Office" and "Dynamic routes" remain the same with some new option inside. The seller registration form visually changed to display its fields in 2 columns. In this way, we make it shorter and more attractive. El formulario de registro de vendedor cambió visualmente para mostrar sus campos en 2 columnas. De esta forma, lo hacemos más corto y atractivo. We have added the new MPN code field. Admin can enable this field so that sellers can add this information for their products. This module uses the Tinymce plugin for editing product and seller descriptions. This rich text editor now allows the seller to add photos in the descriptions by selecting them from their computer. A highly sought after feature that is now available to you. In the installation of this module, now only the directories of the email templates of the languages installed in the store are created. The "actionUpdateLangAfter" hook is used to create the new directories after adding a new language to the store. In the seller's profile we have added the link to the sellers page and the seller's name in the breadcrumb or navigation path. We have added important changes to the control of attachments in the messages that can be sent by the customer and the seller. The maximum size allowed is now collected from PS_ATTACHMENT_MAXIMUM_SIZE and the control of the uploaded file extension has been improved considerably. We have added the "shopLinkType" functionality in the AdminControllers to improve the functionality of the management pages that this module adds to the Backoffice menu with the main objective of improving its operation with the multi-store system enabled. We have changed the structure or design of the funds transfer or withdrawal request page in the Backoffice. Now 3 well differentiated blocks are shown: Commissions to transfer Details of the seller's payment method Transfer information Now it is possible to decide which language selector you want so that sellers can fill in the product sheets: fixed language block at the top or drop-down list next to each multi-language field. The seller's dashboard now shows the amount of the sale and not just its commissions. In the commission history of the Backoffice, the administrator can now see their profits for each sale. We have added some important functionality. Sellers can now be classified by levels. By default, 3 levels are created: Bronze, Silver and Gold. Sellers can belong to these groups based on the following criteria: Bronze: No seniority, no average grade, and no average technical support grade. Silver: Seniority = 180 days, average note in products > = 2.5 and average note in messages > = 2.5 Gold: Seniority = 365 days, average note in products > = 4 and average note in messages > = 4 Keep in mind that these parameters are by default. The administrator can change them according to his criteria. In addition to that, the levels have % commission that you can be used on the sale of the products. The design of customer and vendor messages was completely changed with the main goal of adapting better to mobile devices. Customers can now rate the messages they have received from a salesperson for technical support to indicate how satisfied they are. Added subject field in messages between customer, seller and administrator. The average support can now be displayed on the seller's profile and on the product page. The notification of new order to the seller is now executed within the createSellerOrders() function. In this way, it also works when the administrator decides that the notice to the seller must be at the time of purchase. We have added a shortcut to the elements that allow managing the market in the module configuration. Removed overwriting of Webservices to use addWebserviceResources hook. Now you can enable the seller to add a banner to the header of their seller profile. The translation of the text "CIF / NIF" was replaced by "Identification number" everywhere. On the page that allows you to view and manage all the messages between the customer, the seller and the administrator, you can now see a header with the number of messages and threads, the average response time in 30 days calculated in hours and the degree of technical support quality offered by all sellers. You can now see the seller's average response time in the seller's management, in the seller's profile, and on the product page. Now the administrator can decide if he wants to manage the percentages of variable commission by seller, by category or by levels. You also have the ability to enable products from the same seller on the product page. Important changes have been made to the Dashboard or earnings page that can be seen by the market manager. All the following information now appears on this page: Temporary filter. Graph of income, expenses and profit. Best Sellers Sorted By Highest Profits For You. Best products on the market ordered by greater benefits for you. Last orders from sellers. Sellers pending approval. Products pending approval. Commissions pending payment. Pending transfers. Seller ratings (technical support and average response time). The seller can now have a more very interesting massive action since it will allow to update prices and quantities massively. In the module configuration, shortcuts have been added to the main management pages: sellers, products, commission history, etc. In the dashboard or summary of sales of the seller account now all its statistics appear. The confirmation page now shows all orders divided by package or vendor.
-
Hola amigos! Al intentar activar un tema tengo el siguiente error: "No se pudo instalar módulo labcustomhtml. El módulo no es válido y no se puede cargar" Tengo la versión 1.7.7.5 y multitienda.
-
- labcustomhtml
- activar tema
-
(and 2 more)
Tagged with:
-
salve a tutti, ho acquistato ieri il tema giftsale , ma non riesco ad installarlo.. la fase di caricamento dura finchè compare l'errore 504 gateway time out. ho contattato il supporto, ma si sono resi irreperibili e non so come poter risolvere. suggerimenti?
-
Buenos días, antes de nada especifico un poco el contexto: estoy en la versión 1.7.3.0 y nuestro negocio online vende en varios países europeos, para cada uno de los cuales es necesaria la traducción. Respecto al inglés, puedo entender el motivo por el cual Prestashop diferencia el inglés británico con el americano, pero me perjudica a nivel de URLs y SEO, ya que fuerza la URL desde la propia configuración inicial a ser "/gb/" y lo mismo con el hreflang. Por este motivo modifiqué este parámetro para dejarlo tal que: Cuál es mi sorpresa al darme cuenta de que al ir a traducir en inglés me encuentro con que las traducciones no se cargan (y no cargarán nunca por más que espere) y aparece un mensaje que dice lo siguiente: The "/var/www/vhosts/asdf.com/httpdocs/app/Resources/translations/en-US" directory does not exist. Acto seguido voy directo a la ruta especifica y me doy cuenta efectivamente de que esa carpeta no existe, ¡pero es que está bien que no exista! Tenemos en-GB, que contiene toda la traducción en inglés que llevo meses actualizando. Pregunté a los de mi hosting y me dijeron algo que era más que evidente: La referencia a esa carpeta es incorrecta y hay que configurarla de alguna manera desconocida. De alguna forma en esta versión de Prestashop tienen el prefijo ISO "en" asociado a Estados Unidos, pero a parte de que no lo encuentro correcto, me está afectando primero a las URLs (porque hasta darme cuenta de esto ha pasado un tiempo y he tenido que hacer muchas redirecciones), luego al SEO, y luego a las traducciones. A todo esto, y por aportar información a este fenómeno: os presento la chapuza inservible que hice: cambié el nombre de la carpeta en-GB a en-US, cosa que hacía que las traducciones cargasen pero no dejase guardar, apareciendo el mensaje "The language for this locale is not available ", así que me voy a la base de datos y en la tabla prstshp_lang aparecen todos los campos referentes a la imagen que habéis visto arriba tal que así: Voilà! Me encuentro con el capo locale y lo modifico a en-US (aunque no se vea así en la captura). Pienso que soy un genio porque por fin he conseguido traducir y guardar la traducción, pero aquí viene el verdadero problema: la web en inglés no carga. En conclusión, he llegado a un callejón sin salida y la verdad espero solucionar este problema cuanto antes posible, así que si alguien tiene alguna idea de lo que está pasando por aquí agradecería muchísimo cualquier tipo de ayuda. Muchas gracias de antemano!
- 1 reply
-
- localización
- internacional
-
(and 5 more)
Tagged with:
-
salve, vorrei sapere se posso cambiare il tema della versione 1.7.2.2 senza dovere rifare tutto il lavovo di backoffice e se si se tutte le versioni 1.7 sono compatibili
-
Hola amigos tengo un problema al querer cambiar las imágenes de la sección categorías destacadas, en el backoffice lo hago como se ve en la imagen guardo los cambios y en el front sigo viendo la imagen anterior, ya he probado borrando el cache de prestashop y de mi navegador, pero no consigo nada :c revise la ruta de la imagen y entre a mi servidor y veo que en mi servidor ese nombre de imagen la tiene la nueva imagen, entonces no tengo ni idea del porqué no me muestra la nueva imagen se supone que la ruta de la imagen dice que me muestra la imagen 14_thumb.jpg y esa es la imagen nueva, pero en realidad me sigue mostrando la otra, que es 14temp2-small_default lo que no entiendo ya que la ruta apunta a otra imagen 😢 ayuda por favor!!!
- 7 replies
-
- imagenes
- prestahop1.7
-
(and 3 more)
Tagged with:
-
Hola, tengo un error al subir un tema que he comprado, al leer la descripción del error veo que se trata de un tema de traducciones, pero lo intenté cambiando el idioma predeterminado a inglés, que es el idioma del tema, pero sigo teniendo el error. Tal vez alguien me puede ayudar?
-
HOLA quiero solicitar ayuda, alguna persona que me puede apoyar en este problema porfavor; Compre e Instale el tema Robotic Electronics Store correctamente, pero al dar clic en el botón "usar este tema" no selecciona el tema y muestra el siguiente error: ______________________________________________________________________________ Type error: Argument 3 passed to IshiLinkBlockRepository::__construct() must be an instance of PrestaShopBundle\Translation\TranslatorComponent, instance of PrestaShopBundle\Translation\DataCollectorTranslator given, called in /home/caimqwkv/clicexpress.com/modules/ishi_linklist/ishi_linklist.php on line 65 Symfony\Component\Debug\Exception\FatalThrowableError in modules/ishi_linklist/src/IshiLinkBlockRepository.php (line 12) private $db; private $shop; private $db_prefix; private $translator; public function __construct(Db $db, Shop $shop, Translator $translator) { $this->db = $db; $this->shop = $shop; $this->db_prefix = $db->getPrefix(); $this->translator = $translator; IshiLinkBlockRepository->__construct(object(DbPDO), object(Shop), object(DataCollectorTranslator))in modules/ishi_linklist/ishi_linklist.php (line 65) Ishi_Linklist->__construct() ReflectionClass->newInstance()in src/Core/Foundation/IoC/Container.php (line 131) Container->makeInstanceFromClassName('ishi_linklist', array('ishi_linklist' => true))in src/Core/Foundation/IoC/Container.php (line 164) Container->doMake('ishi_linklist', array('ishi_linklist' => true))in src/Core/Foundation/IoC/Container.php (line 177) Container->make('ishi_linklist')in src/Adapter/ServiceLocator.php (line 65) ServiceLocator::get('ishi_linklist')in classes/module/Module.php (line 1141) ModuleCore::coreLoadModule('ishi_linklist')in classes/module/Module.php (line 1120) ModuleCore::getInstanceByName('ishi_linklist')in src/Core/Addon/Module/ModuleRepository.php (line 480) ModuleRepository->getModule('ishi_linklist')in src/Core/Addon/Module/ModuleManager.php (line 306) ModuleManager->install(null)in src/Core/Addon/Theme/ThemeManager.php (line 345) ThemeManager->doEnableModules(array('ps_newproducts', 'ps_bestsellers', 'ps_linklist', 'smartblog', 'ishiblockwishlist', 'ishiproductcomments', 'ishiheaderblock', 'ps_languageselector', 'ps_currencyselector', 'ps_customersignin', 'ps_shoppingcart', 'ishisearch', 'ps_mainmenu', 'ishicategoryblock', 'ishiheadercontactblock', 'ishislider', 'ishiproductsblock', 'ishibannerblock', 'ishi_linklist', 'ishispecialproducts', 'ishitwobannerblock', 'ishimanufacturerblock', 'smartbloghomelatestnews', 'ishistoreinfoblock', 'ps_customeraccountlinks', 'ishigalleryblock', 'ishifooterlinks', 'ishipaymentoptionsblock', 'ps_categorytree', 'ps_facetedsearch', 'ishilefttopbannerblock', 'ishitestimonials', 'ishileftbottombannerblock', 'ps_emailsubscription', 'ps_socialfollow', 'ishirighttopbannerblock', 'ishiservicesblock', 'ishispecialdeals', 'ishirightbottombannerblock', 'ps_searchbar', 'ps_sharebuttons', 'blockreassurance'))in src/Core/Addon/Theme/ThemeManager.php (line 226) ThemeManager->enable('PRS010')in src/Core/Domain/Theme/CommandHandler/EnableThemeHandler.php (line 87) EnableThemeHandler->handle(object(EnableThemeCommand))in vendor/league/tactician/src/Handler/CommandHandlerMiddleware.php (line 71) CommandHandlerMiddleware->execute(object(EnableThemeCommand), object(Closure))in vendor/league/tactician/src/CommandBus.php (line 62) CommandBus->League\Tactician\{closure}(object(EnableThemeCommand))in vendor/league/tactician/src/CommandBus.php (line 42) CommandBus->handle(object(EnableThemeCommand))in src/Core/CommandBus/TacticianCommandBusAdapter.php (line 54) TacticianCommandBusAdapter->handle(object(EnableThemeCommand))in src/PrestaShopBundle/Controller/Admin/Improve/Design/ThemeController.php (line 273) ThemeController->enableAction('PRS010')in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 151) HttpKernel->handleRaw(object(Request), 1)in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 68) HttpKernel->handle(object(Request), 1, false)in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php (line 200) Kernel->handle(object(Request), 1, false)in caiman/index.php (line 86) _________________________________________________________________________ Trate de buscar ayuda en foros, pero no encuentro casos relacionados, no se si estoy en lo correcto pero creo que mi problema tiene que ver con la traduccion y el modulo ishi_linklist. espero que alguien me pueda ayudar brindándome opciones de solución, trata de comunicarme con el desarrollado del tema enviando un mensaje con el error, pero todavia no se comunica conmigo, mientras tanto estoy tratando de solucionar el problema por mi mismo. INFO ADICIONAL DE MI PRESTASHOP: VERSION: 1.7.6.5 ( en la página de prestashop temas, indica que es compatible con mi versión de prestashop) instale prestashop y el primer paso que realice es actualizar módulos, instalar tema, y activar tema. tengo 3 idiomas en mi backoffice ; estados unidos, España, Perú. idioma activo: solo Perú.
-
¡Hola! tengo un problema, al querer activar un tema me marca el siguiente error "No se pudo instalar módulo itcountdown. El módulo no es válido y no se puede cargar." ése tema lo compré, pero no sé el motivo por el cual no me deja activarlo, al momento de cargar el tema al sistema no hay ningún problema, el problema viene querer activarlo, espero puedan ayudarme, se los agradecería mucho. Saludos.
-
Hola estoy montando una tienda online de imprenta y nos gusta el modulo que tiene esta web https://selfprinting.es/lonas-publicitarias/lona-publicitaria-blockout-opaca.html , para elegir las características del producto, y lo mas importante que cada fecha de entrega tiene un precio diferente y la opción de con/sin IVA. Un saludo a todos y a ver si me podéis echar un cable. Gracias
-
Salut, Avem un magazin pe OpenCart si vrem sa il migram pe Prestashop in viitorul apropiat. Tema pe care o avem pe OpenCart e foarte personalizabila (tema Journal, produsa in Romania), asa ca imi doresc ceva care sa fie la fel sau macar pe aproape. Caut o tema de Prestashop si inafara primelor doua din topul vanzarilor de pe Themeforest (Warehouse si Alysum), care par cat de cat comparabile cu ce avem acum, oferta mi se pare destul de slaba. Temele cele mai populare si/sau cu cel mai bun rating de pe marketplace-ul oficial Prestashop mi se par sub cele doua de pe Themeforest ca optiuni. Sigur ca nu am analizat toate temele din marketplace si de pe Themeforest, dar presupun ca temele mai populare sau mai bine cotate sunt printre cele mai bune de pe piata. Ce mi-ar placea e ca temele sa aiba si demo de backend, sa pot vedea cu ochii mei ce pot si ce nu pot sa fac in tema, dar nu am gasit niciuna care sa ofere asta. Va rog recomandati-mi niste teme pe care voi le considerati cele mai bune/dotate. Magazinul vinde filtre de apa, purificatoare de aer, genul acesta de produse. Multumesc.
-
Tengo un problema con añadir una plantilla mediante FTP me aparece el siguiente error que les muestro en la imagen, me podrían ayudar con eso? el archivo ZIP de la plantilla lo descomprimí y en una carpeta estaban dos ZIP uno estaba con el nombre de quickstarter y el otro con el nombre de template y según la guía el archivo con el nombre template se lo carga por FTP y pues me aparece ese error ¿a que se debe?
-
Hola! Me bajé un tema gratis de Prestashop 1.7, pero cuando lo instalo en el servidor, no se ven unas imágenes porque no están cargadas en ningún lado. Las imágenes venían en una descarga aparte, pero no se en donde meterlas. Ya intenté meterlas dentro del tema en /assets/img pero no se logran ver. Encontré una parte del código que el src dice: img/cms/box3.jpg por ejemplo. Mi pregunta es en donde debo meterlas, porque es un path relativo. Desde el panel de administrador no encuentro que sección es. Ya intenté desactivar todos los modulos en el menú principal pero este sigue apareciendo.
- 1 reply
-
- problema de carga
- tema
-
(and 1 more)
Tagged with:
-
Muy buenas a todos, como siempre, quiero daros las gracias por la ayuda que me dais. Tengo la versión de Prestashop 1.7.3.1 con el tema de Leo Conosin 2.1.1. Estoy intentando que aparezcan las fotos y nombres de las subcategorías cuando entras en la categoría padre, pero no lo he conseguido (Adjunto imagen de ejemplo). Tengo entendido que está opción ya no está (o estaba) disponible para las versiones más recientes de Prestashop, aunque dentro de las subcategorías si que hay un apartado para añadir las fotos en miniatura. He consultado y hecho lo que Víctor Rodenas publicó en su blog (Se puede consultar aquí) https://victor-rodenas.com/2017/01/03/no-se-ven-las-subcategorias-en-los-listado-de-las-categorias-en-prestashop-1-7/#more-7102 El primer paso es efectivo, es decir, las fotos aparecen en la categoría padre, pero una vez llegas al 2 paso, la maquetación (CSS) no funciona (tampoco la opción actualizada que Víctor Publica tiempo después) ¿Alguien tiene alguna idea para poder solucionarlo? De nuevo, millones de gracias
-
- prestashop
- categorias
-
(and 6 more)
Tagged with:
-
Buenas tardes. Tengo un pequeño problema al modificar la version móvil de la web, en la web principal permite actualizar el fondo en header, body y footer sin problemas por una imagen, pero en móvil se coloca esa imagen tambien y queda descuadrada. Por mas que modifico los @media del archivo global.css no se modifica y la imagen del bg principal se "come" a lo que ponga. Gracias y un saludo
-
- problema
- responsive
-
(and 2 more)
Tagged with:
-
Buenas a todos, Este es el primer post que escribo en este foro, gracias por vuestro tiempo. Tengo un web de venta online con Prestashop con la versión 1.6.1.11 y tengo varios problemas. En primer lugar y el más preocupante es que la inmensa mayoría de las categorías que están puestas en el Inicio de la web no aparecen en la versión de movil. Ni de forma "digamos normal" ni desplegando la sección categorías. He intentado desactivar la versión móvil pero ni si quiera se desactiva. No se que hacer, es muy importante que se vean esas categorías, ya que aquí empieza el segundo problema. El buscador está realmente como una jodida cabra, con perdón. Independienetemente de lo que escribas te salen artículos que no tienen nada que ver con ello. He rehecho el índice varias veces, cosa que, a propósito, tengo que hacer usualmente ya que si meto una tanda grande de productos se "vuelve loco", deja productos sin indexar y al mismo tiempo el buscador responde aun peor si cabe, dejando sin mostrar los productos recien metidos, o borrando de la búsqueda otros más antiguos. He de decir que no tengo ningún tipo de noción, siquiera básica de programación y maldita sea la hora que contraté a la empresa de informáticos que nos hicieron la web. ¿Existe la posibilidad de hacer que cuando tu buscador busca, por ejemplo, los productos relacionados con la palabra "Destornillador" aparezcan los últimos que se han creado los primeros? Obviamente se que existen las opciones de filtro en la web para que la persona que busque una palabra la ordene, ya sea de la A-Z o Z-A, pero no existe la opción de antiguedad tampoco -_-' Necesito la ayuda de alguien que sepa del tema porque ya no se que hacer, ni que decir a los clientes cuando intentan hacer búsquedas o intentan acceder a la web desde un teléfono y son incapaces de encontrar las categorías. Muchísimas gracias por vuestro tiempo, y de verdad, es pero un respuesta que me ayude con este entuerto... ¡Un saludo!
-
Displayhome
Jcamps posted a topic in PrestaShop Download: instalación, actualización y configuración
Como hago para editar los modulos del DisplayHome por que cuando pongo modificar me sale insertar modulo???? -
Boa Tarde, Eu fiz a migração de uma loja virtual da versão 1.3 para a 1.6 do prestashop. De maneira geral a migração funcionou bem, porem algumas informações foram perdidas no processo. Então estou atualizando essas informações manualmente. Uma das configurações que estou tendo problemas é a inserção da coluna da esquerda em paginas especificas. Esse processo é bem simples na versão 1.6. Basta ir em: Preferências > Temas > Configurações Avançadas > Aparência da Coluna e basta habilitar em quais paginas a coluna da esquerda deve aparecer. O problema é que na migração alguns meta-temas não foram criados e preciso desmarcar a coluna da esquerda dessas paginas. Alguém sabe como faço para adicionar ou alterar esses meta-temas? Segue imagem apresentando as informações que preciso adicionar.
-
Como puedo clonar el tema por default (classic)
David Valdiviezo posted a topic in Discusión general
hola buenas deseo clonar el tema por defecto de prestashop versión 1.7.4.2 (classic) para así poder codificarlo, se que se puede crear un tema hijo de tema default pero no me agrada la la herencia del mismo ya al eliminar el tema default las modificaciones realizadas al tema hijo no funcionaran.- 1 reply
-
- tema por defecto
- tema default
-
(and 3 more)
Tagged with:
-
Salve Prestashop 1.7 Ho acquistato un tema e funziona alla grande ma quando vado su Internazionale-traduzioni e traduzione dei temi, carica all'infinito fino ad un messaggio di errore che non riesco neanche a leggere perche appare come un flash Qualcuno puo' aiutarmi?
- 2 replies
-
- internazionale
- tema
-
(and 2 more)
Tagged with:
-
Olá pessoal, estou com um pequeno problema na minha loja PS 1.6.1.12. Preciso inserir o código da API que o Google Analytics forneceu, porém o módulo nativo para isso parece não estar funcionando. Busquei nos fóruns em Inglês, Francês e Alemão e falaram que tem de colocar o código nos arquivos header ou footer tpl do meu tema personalizado, porém não funciona, o google não reconhece. PS, sou novato em Google Analytics e PrestaShop, se falei besteira ou estou fazendo errado, me desculpem.
-
Sto valutando di comprare un tema per Prestashop 1.7. Per adesso sto lavorando in locale con xampp sul tema classic. Per installare il nuovo tema basta copiare la cartella del tema su themes e i moduli su modules, giusto? Poi da back office attivo i moduli e cambio il tema. Tutti i prodotti che ho aggiunto, gli attributi, marche, categorie ecc rimangono? Poi quando finisco in locale devo trasportare il sito su un server ma devo ancora fare l'abbonamento col provider. Qual è la procedura per l'installazione del sito su server? Ci sono delle procedure di ottimizzazione particolari? Inoltre, una volta messo su server, se voglio apportare delle modifiche al negozio vedendo una preview ma mantenendo il sito visibile solo a me, come faccio? Grazie in anticipo a tutti
-
Ciao, premetto ho già scritto allo sviluppatore, ma essendo straniero con il fuso orario le risposte sono lente e ho fretta di risolvere. Ho acquistato il tema in oggetto Leo&Jessie, ho installato Xamp in locale e seguito tutta la procedura corretta per caricare Prestashop in locale anch'esso. Per caricare il tema, ho scompattato lo zip e l'ho inserito nella cartella themes di prestashop. Attivando il mio local host il tema viene visualizzato ma non caricato perchè da errore il modulo appagebuilder. E' capitato a qualcuno? Avete consigli per risolvere? Lo sviuluppatore in prima battutata mi ha chiesto le password Ftp per installare lui stesso il modulo, ma io devo lavorare in locale quindi non è una soluzione. Grazie in anticipo per chi avesse una soluzione. Francesca
- 4 replies
-
- installazione
- xamp
-
(and 2 more)
Tagged with: