Jump to content

AdityaYadav

Members
  • Posts

    22
  • Joined

  • Last visited

3 Followers

Profile Information

  • First Name
    aditya
  • Last Name
    yadav

AdityaYadav's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi hullrsk, you can try changing the css properties of the submenu by addind text-align:left, .sf-menu > li > ul { padding: 26px 30px 31px; width: 100%; text-align: left; in superfish-modified.css file
  2. figured it out. so you edit a carrier, in shipping and costs you enter the range for a particular geography.
  3. hey guys, I am facing this problem using the layered navigation module, if i select filters i get the desired results but if i click on the next page, the page refreshes and the selected check box unchecks and i get to see all the products.
  4. is there a way to just calculate the shipping price based on the total cost only? lets say total cost is above 1000 then shipping cost is 100 and if its less than 1000 then its 50?
  5. Hi guys, I am facing this issue where the save button continues to spin for few minutes before i can actually save the new product. i tried some of the solutions posted like clearing cache, disabling Apache's mod_security module etc, chaning the php version but nothing seems to work. my current configuration is : PHP version 5.3.29 Memory limit 256M Max execution time 600 prestashop version: 1.6.0.14 Any help is appreciated. Thanks in advance.
  6. Hi Abdulla CM, Thanks for your reply. ill try this code
  7. Hi tmzwinkels, It wasnt commented before, but if i remove the comment the page appears blank (White Page), to get rid of this issue i have commented it.
  8. hi tuk66, Thanks for you reply,i believe the breadcrumb file does not hold that code. as i want to just edit the page heading,
  9. Hi Guys, I am having a problem editing out the page heading in the product list page, As I select the different filter the page heading changes corresponding to the selected filters, as shown in the figure below. Any way to edit the name only to Merchandise and not the selected filters. Thanks.
  10. Hi bellini13, I want to display the order id along with the confirmation text. i can see the order id(reference) in the order history currently.
  11. Hi Guys, I want to add the order code in confirmation page during checkouts. I can see the order code getting displayed during Bankwire processing but not during Cash on delivery, I have tried updating the cashondelivery.php using the following code public function hookPaymentReturn($params) { if (!$this->active) return ; //$smarty->assign('id_order',$params[0]); //changes return $this->display(__FILE__, 'confirmation.tpl'); } and adding {l s='Your order ID is:'} <span class="bold">{$id_order} in the confirmation.tpl but it doesnt seem to work.
  12. Hi Nemo1, thank you for following on this topic. In my case, even when the there exist no 'small' quantity for the product, it still shows the value as '1' when it should be zero. and when i click on the small filter it still shows the product even though no quantity with small size is associated with it.
  13. @Nemo1 Thank you for your reply. i guess the module is bugged, ill try reinstalling it. I do have a question though, do we need to create a warehouse for the quantities to get tracked? Cos i didnt create any. @gazzza182 Hi, I have disabled the numbers next to the sizes, and these are my settings.
  14. Hi Nemo1, its a default one. i have just added the quantities during product creation and in the layered navigation module changed the size option to visible.
  15. Hi Guys, So i have created several attributes for a product including size comprising of small, medium,large etc so while adding the product i enter the following details( plz refer image 1) small: 0 medium: 3 large:2 etc but in the front end size filter i have the count of 'small' as 1 instead of 0.(plz refer image 2) So can you all plz suggest some solutions that i can try as i cant figure out whats going wrong. Thanks in advance.
×
×
  • Create New...