Jump to content

tUb26

Members
  • Posts

    25
  • Joined

  • Last visited

Profile Information

  • Location
    Hungary
  • Activity
    Other

tUb26's Achievements

Newbie

Newbie (1/14)

4

Reputation

1

Community Answers

  1. Thank you Pascal for the great module! Although I experienced two little problems with the link of the "Manufacturers" and "Suppliers" main menu item: If you do down in your store for more that 2 level deep (so the URL is like etc. www.example.com/categoryname/productname) the above mentioned two menu items stoop to work, because the URL turns like this: www.example.com/categoryname/manufacturers (same with suppliers). If you use a multilanguage shop and you changed (translated) the page links under the SEO & URLs menu and you are not on the English language in the front office, the links doesn't change like they are defined there. Instead they stay like this: www.example.com/"otherlangisocode"/manufacturers and www.example.com/"otherlangisocode"/supplier. Both of these kind of links will give a 404 error, because in the other languages the links of the Manufacturers and Suppliers page are changed. I've changed the code a little to solve both of these problems in blocktopmenu_ext.php in the 573th line to this: '<a href="'.__PS_BASE_URI__."".$this->l('en/manufacturers').'">'.$this->l('Manufacturers').'</a> <UL>'; and in the 622th to this: '<a href="'.__PS_BASE_URI__."".$this->l('en/supplier').'">'.$this->l('Suppliers').'</a> <UL>'; With these code, the "en/manufacturers" and "en/supplier" parts can be translated to your language(s) in the module's translations for example like this: "fr/fabricants" Of course, these codes only work if the SEF URLs are enabled. Hope this helps someone! Regards: tUb26
  2. Sounds better Thank you for your suggestion, I will request a live demo.
  3. Thank you for your reply. Well that doesn't sound too well. Would be nice, if the shop would stay fully functional.
  4. Hello! My question is that is there a way to use PS (1.5) to resales? Basically what I mean here is that Super admins can track the resellers. If resellers sell something to a client, the admins can see that this and this reseller made a deal (with the invioce and details). Is there a way to achieve that? Are there any modules for that? Regards: tUb26
  5. Thank you for the reply. Yes, I'm aware of the image's ALT text (and title text), and I know how important it is when it comes to SEO, but as far as I know, image filenames on the server are important too.
  6. Hello! By default, every image name is like: #-home_default.xyz, etc. which is not very SEO friendly. Is there a way to set PrestaShop to keep the image names (eg.: audi_a4_black_5door.jpg -> audi_a4_black_5door-home_default.jpg) of the products, etc. after upload? Or can I set something to regenerate images with the help of a certain scheme? Thanks in advance. Regards: tUb26
  7. Thank you vekia! I searched a topic like this a for a long time and I couldn't find any, that's why I created a new one.
  8. Hello! How can I change the URL of "Home" (root category) in the top menu? I want to change it so it would point to a custom page, because by default it is set to return to the homepage. PS version: 1.5.6.0 Thanks in advance. Regards: tUb26
  9. Well, I deleted the module and installed the Quick Search module v1.3, and it solved the problem. Thank you for your reply.
  10. Hello! I've just uploaded a new logo to my shop, and the quick search module moved down on the top menu module, causing it to break up. Also, the search module doesn't have a Search button now on default and the Ajax search doesn't work anymore. I've tried to reset the search module, then move back to a position above the top menu, but when I do that, the menu still breaks up. After I do a search with it, the module shows in his original, correct place with the Search button, with the Ajax search working. But this is only when I do a search with the broken search module. The module was version 1.2 before, I've tried to update to 1.3, but I get the same result. How can I restore the original state of the module? I am using PS 1.5.6.0 with a custom theme. Thank you for your time and answers.
  11. Here are a few examples: This is what I get, when I try to upload in TinyMCE (I've selected an image). This happens, when I try to upload an image to the homeslider module. It means: "No image set". This is what I get, when I try to upload an image to a other slider module. This happens, when I try to upload a logo to a carrier.
  12. Thank your for your reply. As I mentioned in my first post, this happens on my PS 1.5 and 1.6 site aswell, mainly with the exact same modules.
  13. Here is an exaple: How it looks in the module: But it is translated:
  14. Hello! I want to make a shop where the shop funcions (cart, order, etc.) only work under a dedicated menu (e.g. under the Products menu, where the categories and products are displayed - so basically the concrete webshop menu). So all of the shop functions are disabled under every other menu and on the homepage, like it is in cataloge mode. Is this possible? Thank you for your time and answers.
×
×
  • Create New...