-
Posts
12 -
Joined
-
Last visited
Everything posted by TCS
-
How to enable Advanced Stock Management in Presta 1.7?
TCS replied to Czarekplpl's topic in 1.7.2.x [Current]
Hi, Is there way update products using bulk uploads and add to the quantity. Say (+100) or (-100) in order to avoid making changes item by item. Regards, -
Hi, Was there a solution to this problem we use 1.7.3 and we also have items that are active, you can go to the category and see them, and buy them. Yet they do not show up on our searches. Regards,
-
Hi, Just wanted to ask in prestashop 1.7 is it posible to have your store use the US dollar as its default currency but just not display it for the users?. We have a store in Mexico but our product comes from the US so we have a changing dollar rate, however because most of our customers dont handle dollars. It would be better for us not to display dollars and just have the store load mexican peso in the store front as the default currency to be displayed. Regards,
-
New Currency Format is Making PS 1.7 too complicated
TCS replied to Daniel Santana's topic in 1.7.2.x [Current]
Hi, Just wanted to ask in prestashop 1.7 is it posible to have your store use the US dollar as its default currency but just not display it for the users?. We have a store in Mexico but our product comes from the US so we have a changing dolar rate, however because most of our customers dont handle dollars it is better to display mexican peso in the store front as the default currency to be displayed. Regards, -
Hi, we are creating a new store on PS1.7.3 and on our old 1.6 we added some features on our product description so that user could see the warranty and reference code right away. But the file and code structure changed in 1.7 and we are not sure where we should place our custom code. the code looked like this. {if isset($product.features)} {foreach from=$product.features item=feature} <p {if empty($feature.value) || !$feature.value} style="display: none;"{/if}> <label>{l s='Garantía: '} </label> <span class="editable" itemprop="sku">{$feature.value}</span> </p> {/foreach} {/if} <p {if empty($product.reference) || !$product.reference} style="display: none;"{/if}> <label>{l s='Referencia: '} </label> <span class="editable" itemprop="sku">{$product.reference}</span> </p> We placed it right under the product name section but it does not work in 1.7 does anyone know how to achive this in 1.7? Regards,
-
how can i publish the price in 2 different currencies at same time?
TCS replied to sbhard's topic in Core developers
Hi, I also bought the module but wanted to ask if you also have a problem when you swap from primary currency to secondary currency? like my image shows. Regards, -
how can i publish the price in 2 different currencies at same time?
TCS replied to sbhard's topic in Core developers
Hi, We bought the module and it works well, but it does not swap the values if you select the secondary currency from the currency selector. Is ther a way to fix this issue? Regards, -
Hi Razor, Thank you for your replay, yes indeed we did provide the access information to our ftp server and Backoffice, also we did install another tab module. because they do different things you see the one we currently have is showing images from all categories along with their subcategories and gives the user a global over view of our products. the module from this particular seller according to him would let us create custom tabs that we plan on using to show off products for specific models of trucks that we know are very popular, so that customers that own them don’t have to search thru all of the store to find each item. Example: Module 1 Display all car/truck parts Module 2 Display tab with F150 pars But right now only one module is showing up even doe both are installed. Regards,
-
Hi, We recently bought a prestashop module and when we installed it, it did not work. We used google to see that it was giving out some errors (see attached image). However we contacted the developer an he stated that we had to duplicate the error in his demo in order for him to provide us with tech support. This was his excat response; Dear Sir / Madam,Our modules, like everyone else's, are only guaranteed to work « as is » on a standard installation of PrestaShop without overrides or third-party modules, as it is obviously impossible for anyone to anticipate the endless functional customization possibilities the override mechanisms open up.We therefore invite you to pass this message on to your developer / webmaster / web agency / technical contact so they can take appropriate action to resolve the conflict without risking breaking something, as only they have intimate knowledge of what they have done.They can however get in touch with us directly from the Addons website > contact the developper link from our module product sheet, if they need to ask us any questions.Thank you for your understanding and cooperation.Nicolas - BusinessTechIf this answer was helpful, please give it 3 stars by clicking on "Rate this message"Discover all our addons:https://addons.prestashop.com/en/6_business-tech Correct me if i am wrong but doesnt his reponse imply that I can only have his module installed and no one elses? And if so doesn't that take away the purpose of having modules in the first place? Regards,
-
Hi, Is there a way to have it work on prestashop 1.6.1.15? here is the code from my product-list.tpl <div class="price-rating"> {hook h='displayProductListReviews' product=$product} {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)} {hook h="displayProductPriceBlock" product=$product type='before_price'} <span class="price product-price"> {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} </span> {if isset($product.specific_prices) && $product.specific_prices && isset($product.specific_prices.reduction) && $product.specific_prices.reduction > 0} {hook h="displayProductPriceBlock" product=$product type="old_price"} <span class="old-price product-price"> {displayWtPrice p=$product.price_without_reduction} </span> {hook h="displayProductPriceBlock" id_product=$product.id_product type="old_price"} {if $product.specific_prices.reduction_type == 'percentage'} <span class="price-percent-reduction">-{$product.specific_prices.reduction * 100}%</span> {/if} {/if} {hook h="displayProductPriceBlock" product=$product type="price"} {hook h="displayProductPriceBlock" product=$product type="unit_price"} {hook h="displayProductPriceBlock" product=$product type='after_price'} {/if} </div> {/if} </div> regards,
-
products list alignment problem
TCS replied to Deka's topic in Addons, modules and themes developers
Hi, We have the same problem but we are usning prestashop ver. 1.6.1.15. you can see the problem clearly here: https://tijuanachromeshop.com/12_zephyr could you help us out we have made some changes to the CSS but as we are new to prestashop we find it very hard to solve it ourselfs. Regards,