Jump to content

NewLizard

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by NewLizard

  1. Hello I am trying to Create a Voucher that is applicable only to certain categories & products (or can say not applicable to certain categories/products) I wish to give "Discount in Amount" only to selected products, Say 5$ discount (and not percent) only to the total of selected categories and not to the amount of Categories or Products that are not applicable. I am able to do that for Percentage Discounts but not on Amount. AS soon as I select "Amount Discount" the selected Products option dissappears. Is there some other work around to give the same option. Put Voucher Code : FGTR5E (example) : Get 5$ discount on Total order. not applicable to B & C Products. So If some one orders : Dress A : $ 12 Dress B : $ 10 Dress C : $ 15 He gets the $ 5 Discount So If some one orders : Dress B : $ 10 Dress C : $ 15 He gets no discount Similiarly So If some one orders : Dress P : $ 2 Dress R : $ 2 Dress C : $ 15 He gets Max 4$ discount or NO Discount since total of P & R is not more than Voucher cost Thanks hope i have explained in details So the Discount is only applicable if the total of Selected Products / Categories is same or more than Voucher amount
  2. Hi Guys, I am using prestashop 1.3.1.1, recently my server host upgraded the server (server migration), and Now the attributes for the Products are not showing in the Front End. The attributes are showing in the backend though. Any idea where can I check (database / tpl / php files) and what should i check. Unfortunately i cannot give a link nor do i wish to upgrade the old prestashop as of now for a reason. Are there any files that could be missing.. ? When i check inspect element, the price shows under div id="if_no_attributes", is it somewhere by missing files or database, that it is by default taking "no attributes for all products" I tried adding new products with new attributes, even the new ones dont show any attributes in the product page. Quick reply would be really helpful. Thanks guys
  3. Your site shows : 9.82 Sec loading time http://tools.pingdom.com/fpt/#!/b29gHy/http://www.freshfromthelabs.com
  4. there sure has be some free module to add fields easily to contact form. com'on isn't it a basic requirement. like requesting name, phone number. city, etc..
  5. and to remove left column : open header.tpl and replace :</p> and replace <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> with {if $page_name != 'index'} <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> {/if}
  6. sysreb : just add anywhere in global.css #index #center_column{width:979px} (Please adjust the width according to your requirement, mine is 979)
  7. HI I had the same problem, so I checked via Private Browsing in Firefox, and it was working...so it sure was a cache problem..Cross checked delete history options.. You have to select : offline website data (in firefox) Clear data from hosted apps (in chrome) when you are clearing history/cache. It did this for me Hope it helps.. Thanks --------------------- My Prestashop version : Prestashop 1.5.2 Error was : Shopping cart is Empty even after adding products
  8. Hi my mistake I replaced the cart.php in YourShopRoot/classes instead of YourShopRoot/override/classes I now replaced the cart.php in the override/classes folder. But now i get a new error when i checkout or add to cart You already have the maximum quantity available for this product." even when i enough products in stock.
  9. i was not able to resolve this issue..I am using the latest prestashop 1.5.2 - copied the files from the zip file and replaced each file to its folder..as well modified the global.css. i get errors in all pages of shopping after doing that.
  10. am having the same problem..cant remove 'cart block' from top and put it in right column...being trying since long a quick help would be appreciated
×
×
  • Create New...