Jump to content

daztheblue

Members
  • Posts

    21
  • Joined

  • Last visited

daztheblue's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Update When I try moving the images I get the following error. Error: Your server configuration is not compatible with the new image system. No images were moved.
  2. Hello I've upgraded a site manually (not via the module as it failed) from 1.4 to 1.6. I can get the category images to appear but not the product images. My product path on the old 1.4 site takes the following route .../img/p/11-638-home.jpg but version 1.6 is asking for Original image is missing or empty (/.../.../../img/p/1/1.jpg) for product ID 11 I've tried turning off URL structure, regenerating thumbs and the image regenerator module but nothing is working. How do I change/recreate the url structure to match? I don't think I can create these directories manually, there's too many products. It's been driving me mad for days. Thanks in advance. Darren Site is here
  3. Hi the site is now live but the problem persists www.tibard.co.uk Any help greatly appreciated
  4. I'm wondering if the community could lend a hand. We are at a bit of a loss. We have a site almost ready to go live using PrestaShop™ 1.4.0.17 We are just doing some final testing and have come across a strange anomaly with the search. http://tibard.preview3.co.uk/ The search is under the logo. It doesn't appear to be finding all the products. If I type 'boot' or 'chef' its fine if I type 'shoe' it doesn't find anything, despite there being products named shoe. We've tried the following to no effect. Re-build entire index Adding various weights to the search Adding 'shoe' meta data to the product Adding tags called 'shoe' to the product Adding Aliases to the preferences 'shoe > shoes' Is this a bug? We get the same result when we revert back to the default template which leads us to believe its a configuration issue. Many thanks in advance
  5. Hi Thanks NIKS I've got this firstname lastname company vat_number address1 address2 postcode city Country: name phone However, my form is displaying D.O.B and other fields that are not required. Do I have to comment these out in the code THanks
  6. Thanks Mike, appreciated. The plugin seems to solve the price reduction however its the if 'A + 1' condition is met then 'add B'. I've found this mod and I'm waiting a response from the developer as to if it works with attributes (or awp to be more specific). I can't imagine I'm the first to need this requirement. Thanks again for your time.
  7. Ok not sure where to start with this. I'm using Attribute Wizard Pro (very good plugin) to manage product+attribute add to basket contents. I now need to make this conditional so the following is true; Product A =£X Attribute 1 =£X Attribute 2 =£X Product B =£X If product A is selected with Attribute 1 then the basket = A+1=£XX This is currently how it works fine. My issue is this. If user selects Product A + Attribute 2 when they land in the basket Product B should be automatically added (eg free gift) and as its free it also has to have Product B = -£X. The final basket should therefore contain Prod A + Attribute 2 + Product B but the calculation should be PA£X + A1£X + PB£FREE. Could anyone help with this. I'm sure its a familiar ecom technique but I'm not sure where to start. Many thanks in advance. Darren.
  8. Just like to add Prestamodules support on this was excellent. Within the week their team had added the extra functionality I'd suggested and updated the module. Great stuff! Highly recommended.
  9. Just display. All the configuration is pre-determined and the user will only be adding to basket from the actual product page. I've looked into running a mySQL select query on the smarty template, but that again looks a bit over the top. Surely the data exists its just a question of extracting it. Thanks again for your time. Really appreciated
  10. If it helps here an early development site with the product page and its attributes; http://onebell.preview3.co.uk/bundles/71-blackberry-test-bundle-2500-18month.html'>http://onebell.preview3.co.uk/bundles/71-blackberry-test-bundle-2500-18month.html And where I'd like to place some attributes (month, text, minutes) http://onebell.preview3.co.uk/
  11. Ok thats great, but I think that may be more advanced that what I'm looking to do. The attributes in question will only have 1 value. I'm not looking to allow multiple options (dropdowns and the like). I'd just like to get a single instance of the information 'on page'. Is it possible to just query the data from the database and print it to the template? Or is this too simplistic? Thanks again.
  12. Hi Is it possible to pull attributes into templates other than the product page? I'd like to display attributes on the home page in the featured products mod, not just an image, description etc. I'm currently using AWP but I'm open to suggestions. Many thanks in advance. Darren.
  13. Back OfficeEmployees Contact Is it possible to order the contacts on this page and in the front end? At the moment I think its ordered by date added. I'd like to control the order be that in contact-form.tpl in this snippet <select id="id_contact" name="id_contact" onchange="showElemFromSelect('id_contact', 'desc_contact')"> <option value="0">{l s='-- Choose --'}</option> {foreach from=$contacts item=contact} <option value="{$contact.id_contact|intval}" {if isset($smarty.post.id_contact) && $smarty.post.id_contact == $contact.id_contact}selected="selected"{/if}>{$contact.name|escape:'htmlall':'UTF-8'}</option> {/foreach} </select> Or in the database in this table Table: ps_contact Many thanks in advance
×
×
  • Create New...