Jump to content

shniurs

Members
  • Posts

    32
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

shniurs's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Thanks! It works now, though I noticed HTML Purifier was ON, probably causing target tag to remove after saving.
  2. Hi vekia, I've followed your tutorial and I see the extended text editor, though when adding a target="_parent" to the link and saving the CMS page - it is being removed. Any thoughts on this?
  3. Thanks, never thought about linking products as accessories. It could be a solution,though it would be easier to use attributes as I wouldn't need to create different products and edit template to hide these accessories from showing up in all places except product page.
  4. What do mean by accessories? As we have attributes, features and customization, it should be done with attributes, but there is no standard way of allowing to add wanted quantity on different attributes. If by accessories you mean features - that is not a solution as it wont affect final price and product quantity. There are some modules which can do this, but I would like to have a more simple solution then installing a module for this. Will let you know if I'll find something.
  5. Hello, is it possible to let customers select quantities of product accessories? For example I have a bed as my product and white, yellow, red pillows as accessories. I want to let my customers choose how many of each pillows they want to get with their bed. Adding different accessories and listing all possible quanitties is not an option, as they can order 1 white, 10 yellow and even 150 of red pillows if they want, that is why I want to give them an option to input the quantity of the accessories. Any possible solutions or thoughts to get me to the right direction are more than welcome, thanks!
  6. Vekia - that's what I was trying to do, but it cannot be hooked, just like I've said in my post. prestamax - Thank you! That's what I needed, to add a hook, simple when you know it Thanks a lot!
  7. Hi, anyone knows how do I get rid of the homepage tabs? I want to display new products and best sellers block one after another. I've tried to hook these blocks into displayHome - but it seems I cant hook these modules into displayHome. Any ideas? Thanks!
  8. Could you be more specific? Any idea where to add if condition? As I was trying to figure this out, but without any luck.. I can't find any functions responsible for product creation in ProductController.php
  9. Hello, I want to set a limit to a number of products that can be created in Back Office. For example I want to allow admin to add only 200 products and not more. I was trying to find a SQL query which handles product creation, but couldn't find this. Any ideas how to achieve this?
  10. Hello, I've got this strange behavior with shops meta title tag and google search results. The shops main page title is set to something like this: Here is some title text - My Store Name But in google search results I see: My Store Name: Here is some title text Any idea why this changes in search results? The purpose is to have keywords first instead of store name. Thanks for any help on this!
  11. It is funny how I come up with answer straight after posting my question here on forum.. It seems to work when you change {$token_cart} at the end of delete links href to {$static_token}
  12. When trying to remove product from cart by clicking Delete button everything works fine until I log-in to my user account. If user is logged in remove product link is not working, I get redirected to the main page and that's it. Ajax cart is disabled and blockcart is moved to right column. The link to remove product when user logged-out: domain.com/cart?delete=1&id_product=18&ipa=0&id_customization=&id_address_delivery=0&token= The link to remove product when user logged-in: domain.com/cart?delete=1&id_product=18&ipa=0&id_customization=&id_address_delivery=16&token= The difference is in id_address_delivery. I have tried to change it to "0" when user logged-on, but it didn't helped. I've added same product to my cart in both cases. Any ideas why this is happening?
  13. Hi, I want to repeat the display of total price at the bottom of my order-opc page, so my customers could see the final price before clicking order button. If I add this: {displayPrice price=$total_price} I get the price displayed, but if I make any modifications to the cart (add more products or choose different carrier) price at the top of page is refreshed while the second price at the bottom stays same unless I refresh page. I know this is something to do with shopping-cart.js file, it updates the price inside shopping-cart-summary finding elements by id's, I've tried to add same js code just using new id's but it didn't worked. Thanks for help!
×
×
  • Create New...