Jump to content

anazmi

Members
  • Posts

    21
  • Joined

  • Last visited

Profile Information

  • First Name
    Ali
  • Last Name
    Azmi

anazmi's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Hello all, I made some changes to the add to cart button for the product page and while the changes work fine on all browsers, the button doesn't show properly on Safari. I don't know how to fix this so any help will be appreciated. Here is a link to a product page: http://azmi.biz/modest/hijab-accessories/169-scrunchie-black.html Any help is appreciated and thank you.
  2. From what I understand you want to give a discount if a certain condition is met, the condition being number of items? In that case I believe you can try catalog price rules.
  3. Here is the link to the site for now: http://azmi.biz/modest/ Thank you for the response. I browsed the forum and another member had the same issue which they said resolved itself the next day. Another solution that was given was to turn force compilation on and turn off cache while making these changes which I also tried but it didn't work. One of the changes I tried to make was to change the background and font type of the top menu from the superfish css file.
  4. Hey, I've been using prestashop for a while now and whenever I had to make any changes I would simply go through ftp to the correct file in the css folder and make my changes. However, I just tried this with a newer website and no changes seem to be taking effect. They work in browser (inspect element) but they are not working when I upload the new version of the file. Also this is only happening with the css files. The tpl file changes take effect right away. Have there been any changes which I need to consider? Any help is greatly appreciated. Thank you. Edit: Here is the link to the site for now: http://azmi.biz/modest/ Thank you for the response. I browsed the forum and another member had the same issue which they said resolved itself the next day. Another solution that was given was to turn force compilation on and turn off cache while making these changes which I also tried but it didn't work. One of the changes I tried to make was to change the background and font type of the top menu from the superfish css file. One of the changes I tried to make was to change the background and font type of the top menu from the superfish css file.
  5. Hello I am using Prestashop 1.6.1.0 and PayPal USA,Canada 1.3.9. I made a purchase yesterday and once I went through the checkout process, made the payment through PayPal and chose to get redirected to the website there was no confirmation of order. Went to BO and there was nothing indicating an order was placed either however I received an email from PayPal informing me of the payment going through. About 30 minutes later the order registered in the BO. I want to not know how to stop this delay or at least let the customer know that an order was placed since my cart didn't update and order history said no orders were placed. Also might be useful to know when I tried with a sandbox account it worked perfectly without any delays. Thank you for any help you can provide.
  6. I had the same problem. I'm not 100% sure how I fixed it but I believe it was like this: In your category.tpl file look for something like the bolded: <!-- Category image --> <div class="content_scene_cat_bg"{if $category->id_image} style="background:url({$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) right center no-repeat; background-size:cover; min-height:{$categorySize.height}px;"{/if}> It was on line 47 and 48 for me. You can make that into a comment by adding {**} and it should disappear. so it would be like this: {*<div class="content_scene_cat_bg"{if $category->id_image} style="background:url({$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) right center no-repeat; background-size:cover; min-height:{$categorySize.height}px;"{/if}>*} Hope it helps.
  7. https://www.prestashop.com/forums/topic/264650-solved-backoffice-shopping-carts-error/ This one helped me with the same error.
  8. Hello Just yesterday all of a sudden some of my categories disappeared from the front end while still existing in the back end, and one of the major categories also seems to have disappeared out of nowhere from the back end as well. This topic seems to have the same problem with the issue resolved: https://www.prestashop.com/forums/topic/269252-solved-all-categories-disappeared/ Apparently it has something to do with the hosting site and not with prestashop but if someone can advise me as to exactly what needs to be done it would be very helpful. I tried doing the error reporting as in the stickied post but nothing seems to be showing up, not sure if I'm doing it wrong. edit: So in the database at ps_category one of the categories had their parent category changed somehow. I put it back to normal and it's showing up correctly again.
  9. Thank you for the reply. I'm using the default bootstrap theme so I'll contact them. Modified it a bit so either I did something or it's like that for iphone 6 on safari. The reason I think it's the phone is because the description should not be showing on the page in the screenshot and even when I make changes, for example making products show in two columns instead of one, it updates on all other phones except for iphone 6. However the fonts update properly.
  10. In your modules search for CMS. It's the "Custom CMS information block" module.
  11. Hello So i wasn't able to access the shopping carts page from BO today. After doing some searching this is the error I get: *ERROR* 2015/09/21 - 13:33:11: Invalid address #6 at line 393 in file classes/Address.php I used to have an address with ID 6 but I think it got removed somehow. Googling this i found one person found a solution by creating a fake address and assigning it the missing ID in ps_address table. But I don't really know the steps for this so if someone can help how to go about doing that it would be very helpful or if you have another solution to this problem please let me know. Thank you very much. Edit: Asked around and found out I need to access it from the hosting site, godaddy in my case. Followed the steps in the solution here from there: https://www.prestashop.com/forums/topic/264650-solved-backoffice-shopping-carts-error/
  12. http://doc.prestashop.com/display/PS16/Orders There is a small part about changing the order there. I haven't tried it myself but it seems possible.
  13. Hello Here is the page in question: http://azmi.co/cust/modestyles.biz/index.php?id_category=13&controller=category So every phone, computer, or browser I try it with it seems to be working perfectly fine. I tried it with iphone5, nexus, galaxy, mac, windows and it works fine whenever i check. But on one friends phone, iphone6, it shows up like the picture below, aligned to the left. I have no way to test it since I don't have access to the phone. I have tried opening it in an iphone6 simulator as well and it works fine in that also. Is it something with the phone or do I need to change something on my end? Are you guys seeing it in the center or aligned to the left? Any help is greatly appreciated. Thank you.
  14. This is what I did and it worked for me. In your product-list.tpl file there should be a line like this: <li class="ajax_block_product{if $page_name == 'index' || $page_name == 'product'} col-xs-12 col-sm-4 col-md-3{else} col-xs-12 col-sm-6 col-md-3{/if} for me it was line 49. change the col-xs-12 to col-xs-6 instead and it should show up in two columns.
×
×
  • Create New...