Jump to content

Ahmadoooo

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • First Name
    Ahmad
  • Last Name
    A

Recent Profile Visitors

95 profile views

Ahmadoooo's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi Louis, I am exactly in the same shoe as you are. I would like all of your questions answered. I can only answer you last question as I just solved it an hour ago or so. In the ps_shoppingcart.tpl, I found that it has to start with div that has no refresh. For example, you need to start like this: <div> <div class="blockcart" data-refresh...etc> .....your code........ </div> </div> and then it should work probably. I hope this helps
  2. Hi, I added a global cart to my website in which it appears on all pages. However, whenever I remove an item it redirects me to shopping cart page. This is the code I use to remove an item: <a class="remove-from-cart xsmall" rel="nofollow" href="{$product.remove_from_cart_url}" data-link-action="remove-from-cart"> 1- How can I remove the item without redirection? 2- How can I make the container dir only refreshes? Find attached photo for clarification. Thanks Ahmad
  3. I really apologies I don't have time to investigate people websites it will take me too much time to figure out problems as I am a newbie myself. I am not sure what is causing last problem. Hope someone with more knowledge can help. Maybe deleting old ones will do?
  4. Same way. When you are in the categories page. Go to the category that you want to edit it's subs and click on View. From there you will be able to add/edit the sub-categories
  5. I am a newbie myself not sure if I can provide any help. Try to clear cache. Go to Advanced parameters -> Performance Select recompile templates. And set cache to No. Save and then click on clear cache on the top right corner just in case. See attached image.
  6. As I understand it, the navigation bar is displaying your website categories. So, you need to change the categories names in order for the navigation bar names to change. Don't forget to disable cache while developing your website.
  7. Hi Dragon, I am a newbie like youself but I think I know what you are looking for. Go to Catalog -> Categories And there you can add or edit categories. Hope this helps
  8. Currently I am in the process of integrating it into a theme. I am using a starter theme with peestashop 1.7 The images are just from the html file not prestashop, just as an illustration of what I am trying to achieve. Upto now, I have integrated the top navigation menu into /themes/starterTheme/templates/_partials/header.tpl I used displayTop hook to display main menu which working ok. And displayNav hook to display language and the signin icon.
  9. Hello everyone, I am a newbie to Prestashop and website programming so the slightest detail will be useful. 1- I am trying to use the variable $cart in the main header template to display the total number of items in cart, but it's only working when I am in the shopping cart page. <span id="itemsCount">{$cart.summary_string}</span> why is that and how to solve it? 2- I designed the website, upto html and css, to have a cart that is available on all pages in which customers can edit anytime anywhere. How to connect it to the $cart in which any update will take effect? Also, should I put the code of this "global cart" in the header in order to have it appear in all pages? Please find attached images that demonstrate what I am trying to accomplish. Any comments are appreciated. Regards, Ahmad
×
×
  • Create New...