Jump to content

crpereyra1

Members
  • Posts

    30
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

crpereyra1's Achievements

Newbie

Newbie (1/14)

0

Reputation

2

Community Answers

  1. I want to add a list of people at the end of my contact-form.tpl file. I know i could do this by writing html straight into the .tpl file. However I want this to be easily editable. My idea was to create a cms page that would contain the list of people, and then add that cms page to the contact-form.tpl. That way any time I make a change to the cms page it would update my contacts page automatically. What is the best way to do this? Thank you for any help.
  2. I have been working on my shop for a few months now while at the same time having my old website up and running. Currently my site is say on mywebpage.com and my shop is at mywebpage.com/shop/prestashop. I will soon be finishing all of my modifications and will need to move all of the files inside of shop/prestashop to my root directory to make my main page the default prestashop page. Wanted to know if someone could tell me what changes need to be made for everything to migrate successfully when I move the directory. (mysql? directory references?, etc) Any feedback would be greatly appreciated it. Thanks,
  3. this didn't work for me. I tried changing all the hrefs i found in the blocktopmenu.php but that didn't change the menu item href.
  4. I have created a new cms category call it about, inside of about i have several sub item. Everything shows up correctly. However, I don't want the main category go be clickable. If you click it, it takes you to a page with a list of the sub pages. I would like to get rid of this by disabling the click on the main category. I am looking for the place where I can set the href attribute to # if the item has sub items. Any help would be appreciated. In the picture above I would like to disable click on "About"
  5. I would like to make the top menu look like most menus look. Instead of having a big box that encompasses subcategories and categories in the subcategories, I would like to have a drop down for the main category with subcategories listed and then item in the subcategories listed to the right of the selected sub category. what would be the best way to accomplish this? An example would be the prestashop forum menu at the top. Here the menus drop down for the subcategories. Only difference is I would have another drop down to the right for subcategory items. Any help would be appreciated. Thank you.
  6. I am working with the default prestashop wishlist. I can add a wishlist, delete, add products to the list, share my wishlist etc. However, I'm left confused. I can add as many wishlist as I want, however, I don't see how I can add items to a different wishlist other than the first one that is addded. Any insight on why I would be able to add many wishlist but not have the option to add to different list? Any help would be appreciated. Thanks,
  7. I apologize, I did not read your email correctly. I thought it said to put the link to the pdf directly. I tried what you recommended just putting a link to the php file that makes the pdf but I am getting a 403 error "You don't have permission to access /shop/prestashop/classes on this server." any ideas? Thanks
  8. On the my account page, when viewing my wishlist I try to delete the wishlist I get the popup and confirm but then get the message below in my console. http://mysite.net/shop/prestashop/module/blockwishlist/mywishlist&rand=1400855255874?delete&id_wishlist=1&_=1400855249474 404 (Not Found) By looking at the link it seems it is looking for a module folder, while the folder is actually called modules. Any idea how to fix? Thank you all.
  9. This worked I had forgot to regenrate images. Thank you for the replies.
  10. That's not what I want. I want to generate a pdf woth tcpdf not just link to an exisiting pdf.
  11. I am testing using tcpdf to generate pdf files. I have put a test php file in the class/pdf folder which is just the sample 1 from the tcpdf page. I have put a test anchor tag on my products under print and send to a friend. I am not sure how to tie this anchor to the creation or calling of my php file that creates the pdf. Any help would be appreciated. Thank you,
  12. Sorry, I'm not in front of my computer at the moment but I believe it was the product.js not global.
  13. I did as you said but the text never changed. I added the jquery in my global.js file.
  14. I have images that are not big enough to fill up the whole product popup of the image. When this happens it puts a white background around the remaining space the img does not cover. I found a few articles that said to change the imagemanager.php. I did this, changed the 255s to 0 but the background is still white. Any ideas? I am using Prestashop 1.6.0.1 with the default theme.
  15. There is probably a workaround but it's what I did to make it work. Basically just replaced the text sinde of the btn-twitter class with the same html replacing the words inside. Does that make sense? $(".btn-twitter").html($(".btn-twitter").html().replace("Tweet", "")); $(".btn-facebook").html($(".btn-facebook").html().replace("Share", "")); $(".btn-google-plus").html($(".btn-google-plus").html().replace("Google+", "")); $(".btn-pinterest").html($(".btn-pinterest").html().replace("Pinterest", ""));
×
×
  • Create New...