Search the Community
Showing results for tags 'customise'.
-
Hi, Could anyone please point me in the direction of a tutorial that explains how to create custom web service? I'm not after the tutorial that teaches the basics of using the web services but how to create and list them. I have some custom functionality required and I need to access it from an other web site, hence the requirement to create some web services from scratch. If there is not a tutorial I would appreciate some information on the subject. Thanks, Lance
- 3 replies
-
- Web Services
- Customise
-
(and 1 more)
Tagged with:
-
Hi,We have purchase prestashop 1.7.1.2Now the problem is i want to add new tab in the product edit page of backend. So i checked the package product edit page code present in src/PrestaShopBundle/Resources/views/Admin/Product/form.html.twigWhat is the right way to override the following files? /src/PrestaShopBundle/Resources/views/Admin/Product/form.html.twig /admin7636otjy1/themes/default/js/bundle/product/form.js /src/PrestaShopBundle/Controller/Admin/ProductController.php /src/PrestaShopBundle/Resources/config/admin/services-form.ymlKindly suggest us.
-
Hi there I have two types of customisation that can be applied to KitTags, either printing or embrodiery. Previously I have had them all listed in one drop down box and have now tried to seperate them out. However, can anyone advise how I set up/code so that if someone chooses printing, then embroidery sets to '-'. Similarly if Embroidery is chosen then print sets to '-' Much appreciated in advance. Thanks Giles @ KitTags
-
Can anyone find the theme customiser tool that lets you change the colours and fonts? http://www.prestashop.com/blog/en/prestashop-version-1-6-a-look-at-the-redesigned-front-office/ Either i'm blind, but the lastest version of 1.6 doesn't have it like the beta version had.
-
Hello, In the product list, I want to change the add to cart button to a"view" button... So customers always have to view the product firts, before ordering... I think it's about this code: {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {if ($product.allow_oosp || $product.quantity >= 0)} {if isset($static_token)} <a class="ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}&token={$static_token}", true)}" title="{l s='Add to cart'}">{l s='Add to cart'}</a> {else} <a class="ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}", true)} title="{l s='Add to cart'}">{l s='Add to cart'}</a> {/if} {else} <span class="exclusive">{l s='Add to cart'}</span> {/if} {/if} <a class="button" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a> I've tried a lot of things by adding: <a class="button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a> But no view button is shown then... Could someone please put me in the right direction? Thanks, Marco
-
Hello, What I discovered today is the following problem... When a customer buys a product that is on sale and after that adds a 'money' cart rule, the price of the sale product is put back to it's old price... This is not what I want... How can this be changed? Anyone a clue? If the cart rule is a % cart rule, I want the sale products to be left out of the cart rule, if you know what I mean. But a customer with a money cart rule should be able to get the sale products at sale price... Thanks...
-
Hi, in my listing grid view some of my products show a "VIEW" button and most don't. I cannot work out WHY, I did not find any settings that say show VIEW button, or my search online did not help me either. The buttons bring the whole look and feel out of whack http://missmolly.com.au/specials-and-sale Any clues much appreciated.
- 6 replies
-
- glisting view
- customise
-
(and 1 more)
Tagged with:
-
how can i move the search bar from the top of the pagge to the far right or the bottom.
- 12 replies
-
How can i move the contat us, bookmark, and sitemap from the top of my template so i can make my logo bigger, or how do i cutomise or be able to move all the liks in the header total newbie pleae help