Jump to content

Sophia(sofi)

Members
  • Posts

    85
  • Joined

  • Last visited

Profile Information

  • First Name
    sophia
  • Last Name
    Sadamal

Recent Profile Visitors

250 profile views

Sophia(sofi)'s Achievements

Newbie

Newbie (1/14)

5

Reputation

11

Community Answers

  1. Recently I upgraded but since things did not turn out so well I reverted back to ps 1.6.0.14 Presently as a Customer when I log in the site I can view all my products with tax included. Yet when I check the site as a guest or visitor the prices seen are different. I have enabled taxes in BO customers > groups , localization > taxes , tax rules . I even checked the db the ps_groups table shows price display method = '0' same as customer. Yet I am facing this situation. The product.tpl , shopping-cart.tpl shows proper logic code. Please check the attached screenshots and the website theethnicstory.com
  2. I checked through out trying different solutions given through out the forum In my error log I get this error Undefined index: product in public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code on line 74 Please someone help me urgent My site is theethnicstory.com After upgrading all my files are working fine except this issue, which has stopped all shopping on my site.
  3. the images link there is a duplication http://www.wolabi.com/projs/ethnic_story/projs/ethnic_story/modules/homeslider/images/13ff0761794cea87e8335e400b802b483c027461_ceramic%20drawer%2050%20off.jpg please tell me how i would i remove this duplication For my category i am not able to redirect any category pages . Its actually through my site i am not able to open any other page other than the home page. http://www.wolabi.com/projs/ethnic_story/ But when I pass this url to others it says this website has a redirect loop When I add the line define('__PS_BASE_URI__', 'wolabi/projs/ethnic_story'); My backoffice links well with css , but images in the frontend do not show. If i remove the above line in my settings.inc the images show up but my BO css is not fixed.
  4. I m ofcourse receiving a mail as new order placed even if the the customer has got a payment error. But luckily the customer receives a cancellation mail . Although my orders in the BO shows payment error But as a merchant I still receive an mail that the order is being placed.
  5. So how am I suppose to solve this. IT can be any of this two solutions. 1) I either don't receive a mail itself on cancellation of order else 2) I receive a cancel mail same as the customer. Can anyone help me with this . I am facing huge problem if I track orders as per my email.
  6. Hi Team Prestashop, I have my website live now but there is a small problem with the mail . The mail configurations are perfect and is working. But even a customer cancells his order half the way... It is considered payment error or cancelled order. So customer is receiving a mail confirmation on cancelled order but the problem is I as a merchant I am also receiving mail but its not a cancelled mail its a new order place mail template. Can anyone help me with this asap. My website www.theethnicstory.com
  7. I came across this requirement where I had to show the wishlist with counter on top in my header section so I kind of used this way {if $id_customer|intval neq 0} <a href="http://kriyaliving.in/module/blockwishlist/mywishlist"> <div id="wl1" class="header-top-menu_like" style="margin-bottom: -30px; margin-left: 22%;"> {if $wishlists} {section name=i loop=$wishlists} {assign var=n value=0} {foreach from=$nbProducts item=nb name=i} {if $nb.id_wishlist eq $wishlists.id_wishlist} {assign var=n value=$nb.nbProducts|intval} {/if} {/foreach} {if $n} <div class="header-top-menu_noti">{$n|intval}</div> {else} 0 {/if} {/section} {/if} </div> </a> {/if} But the issue that I m facing here is number of products in the wishlist is not seen while I m on any other page . But When I redirect it to the wishlist page, the number of products shows up ... Please check the below attachments to understand the exact logic.
  8. Hi Buddies, Ok this is my requirement: I need to post different header images on different category so luckily i came across this forum topic https://www.prestashop.com/forums/topic/41013-solved-how-to-use-different-headers-according-to-sub-category-in-the-product-page/page-2 Because I have called the image using a css I tried the css smarty code, of it. So I could pull in different images in the category pages. But my bad luck the default image for home or index page don't seem to show. So basically I need to change the code to a if else condition like if its the index page or cat without an image then it should call the default image rest as per the cat-id. any help would be appreciated.
  9. While running the page right click your mouse on the particular page select inspect element , you will get a small window open on your footer of the page, click on console, you'll get the list of errors. Or try commenting your javascript codes that you have added and check which one is conflicting exactly.
  10. No I did not delete anything from the default theme, only I removed the external js that I had included for recommended products i.e the lb-slider.js . It got fixed
  11. Changed the image src from <img src="{$productcomment_cover_image}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$product->name|escape:'html':'UTF-8'}" /> To <img src="{$link->getImageLink($product->link_rewrite, $productcomment_cover, 'home_default')|escape:'html'}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$product->name|escape:'html':'UTF-8'}" /> The product image was rendered. Though this could help someone in future. Happy customising prestashop
  12. However as time elapsed I dont see this problem anymore. And my site is 98% fixed from all issues just a few left.
  13. In the lower end of page I had this js.lb-slider which was mainly conflicting. Later when i fixed even my slider started working, because there is a plugin already working for the recommended products slider in product page.
  14. At times prestashop is damn too slow. Sometimes have to wait 24hrs just to see changes or clear cache and it works.
×
×
  • Create New...