Jump to content

maycontainweasel

Members
  • Posts

    27
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

maycontainweasel's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. HI all I'd like to hire someone to help me with some small changes for the site I inherited a website from a colleague and the website is about to go live, I've noticed there is an error with the responsive menu, when the menu snaps into the responsive menu it only fetches a few of the categories from the backend, but not all. i need to fix the menu so that it fetches all items from the admin category listings There is also an issue where i'm currently determining shipping cost by prices ranges, everything is working here however the cart is currently calculating the shipping cost according to the total of products EXCUDING the tax, i'd like it to calculate the shipping cost INCLUDING the tax amount. I am a developer and i could do these changes, i just don't have the time to work on this right now I know these changes wouldn't take more than an hour to someone who knows what they are doing, i'm looking to build quality relationship with some prestashop developers who i could pass far more work to in the future particularly theme customization and conversions. Please let me know if you would be interested in helping me i will provide all FTP and logins etc Part of this exchange is that i need to know exactly which files you have worked with so that i can tranfer the files correctly to the live server Thank you Best Michael [email protected] skype;maycontainweasel
  2. Hi I recently bought a template which works seamlessly for prestashop 1.6.0.6, Its not entirely essential but i would prefer to be running my store from the latest version, when i have tried to upgrade the store framework from the 1 click install, the template is not upgrading smoothly with it i have also simply tried manually installing the temple with the latest version and i'm having trouble with it i could probably work it out i just dont have the time to tinker with it is anyone willing to support upgrade my store? Please PM or email me, [email protected] Thanks very much Best Michael
  3. Hey everyone I'm a basic php developer but i'm really having issues figuring out smarty & php in Prestashop. i've only just realized that you can't use php in smarty.. could someone please point me in the right direction.. this is my situation, ---- I bought a theme which already responds to different devices.. I've needed to replace the menu with a mega menu, so i used a module, but i dont want the mega menu on an iphone, i want to use the normal menu for the iphone design which means i'd need both but display either when appropriate.. so my logic is to include this class into my theme, http://mobiledetect.net/ https://github.com/serbanghita/Mobile-Detect i was hoping i could use php conditionals to detect mobile devices and then display the mega menu when not a mobile and the normal menu when the user is using a mobile.. ----- questions. Does anyone have a better approach that i'm not aware of? if it is appropriate how can I use php in smarty templates.. or how do i activate smartyBC? how do i niclude this class in my theme and call it from the header.tpl. sorry for the broadness of this i'm really lost please can someone advise Thanks in advance Michael
  4. Hey everyone i have a module that i used in my 1.3 store, that exports a csv of all the customer data i've built a new 1.5 store and wanted to ask if it would it be possible to export customers from 1.3 and import them into 1,5 and preserve the login credentials? if not, if i imported them via csv, would they be able to click lost password to recieve a new password? Thanks
  5. Hey Guys Please can someone help me out, i'm trying to add my categories into my site, when i add my category to the home category, all the items appear on my site under a dropdown under "home" on my menu? i can't figure out how to get them to display side by side, please see the images attached what am i doing wrong? Thanks so much
  6. Hi everyone I'm looking for a professional to assist me in upgrading a theme i recently purchased from theme monster into a workable theme for 1.5, i didn't realise 1.5 was about to come out when i bought it, and i simply dont have the time at the moment to learn how to upgrade it, The theme comes with a custom module on the homepage showing new products instead of featured products - but i'd like the original featured products module back on the on the front, but looking(or styled) the same as the new products module that comes with the theme, Please contact me here (PM) or at [email protected] if you're interested, i'll then send you the link of the theme i bought so you can see whats involved, I do have a budget in mind fr the job, i'd just like to hear your thoughts on the process Thanks alot Cheers Michael
  7. Hey everyone Could someone with some php knowledge please help me out i have a horizontal navigation which takes up the the width of the whole page and i need to be able to use some of the links on the navigation to link to pages outside of the site and to cms pages within the site my logic is that i'd like to be able to create the link name('our partner site' etc) by creating categories in the backend so that the name would display as a link, and then basically have the code check the id of the category using an if statement.. if the category id equaled a certain number then it would take the user to a "www.site.com" etc instead of the to the category product tree.. and i could set that number this is the basic code in my categories module tpl file.. does anyone have any idea how something like this could be done? surely its just an if statement? plz could someone help me out, or point me in the right direction Thanks alot! <div id="categories"> {counter start=1010 direction=down skip=10 print=false} <ul id="cat"> {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child} {/if} {/foreach} </ul> </div>
  8. Hi everyone I recently bought a theme which has a horizontal navigation bar for the categories along the top of the site Does anyone know if there is a way to use the links on the nav bar (ie categories module) to link to a cms page specified within the site? Unfortunately i need to use a cms page for important product specific info and the most practical place would be if i could put it be along the other options in the nav bar.. Does anyone have any idea of how i could achieve something like this? I'm not the best at php but i'll give it a go Thanks in advance Mike
  9. hi guys please can someone share some advice, i have two shops both version 1.4.4.1 my one site is active and the other isnt, the active one became too big with too many products so i decided to export my database from the active shop and import it into the disabled one the database import was successful, however everytime i try go to the site it keep redirecting to the old one althought i've changed the url in the ps backend and regenerated the friendly URL it still dredirects to the old one does anyone know where i can find the setting where it tells it go to the old site and change it to the new domain, the other site is one a brand new domain yet it still goes to the old one thanks alot
  10. okay thats fine Are there any particular files which are associated with module installation which i could replace with the originals to see if there are errors?
  11. Haha, i'm busy running an acunetix scan on the site and so far no sign of any weasels in the works, i'll keep you posted i'm using prestashop 1.4.4, soon to be 'hacker proof' 1,4,4,1 tomorrow if i can't sort this out.. Okay the modules i'm having trouble with are bannermaker v2 from this website http://catalogo-onlinersi.com.ar/en/news-banners-prestashop-modules/231-bannermaker-prestashop-module.html, and block categories V2 which came with my template, and standard with PS.. the bannermaker i've used on 1.4.4 before and had no problems at all. it usually just installs and works both of these modules along with everything else on my site has been working perfectly until Monday, on Monday i noticed that my cart and most of the site's ajax functionality had just stopped working, i presume due to what was in the footer tpl. my host cleared my caache folder and the ajax started working again i didn't know what the problem was so i started uninstalling modules to see if i could fix the cart, and when i tried re installing the above modules but they produced errors, unable to install etc, this leads me to think that somethings been tampered with internally, i've replaced the theme files with the originals save the css file, i also simply reuploaded the 1.4.4 smarty_v2 folder into the tools directory since it was missing, is there anything else i need to consider? Thanks for the reply Mike Cheers Mike
  12. Hi guys My shop was also one of the many shops to be hacked Although i didn't find the her.php file in my public_html my smarty_v2 was removed and there was unfamilier code my my footer.tpl i replaced both of these with their respective back ups, and i've also run the herfix.php in the root, but now some of the modules that previously worked are refusing to install.. it just say "there was a problem installing this module" i can't afford to reinstall my site, can someone please offer some advice as to what could possibly be preventing some of my modules from installing? one of them being the block categories module the virus int he footer.tpl disabled all the ajx on my site, and there was remnents of it in the cache folder, thats what my host told me anyway.. if anyone could assist please i'd really appreciate it Thanks in advance
  13. Hey Everyone i installed my store (1.4.3) in french, but i now want the store to be in english, i've set the default language to English but the "/en/" is still in the URL.. does anyone know how to remove this? i just want the url without any language prefix.. do i need to reinstall? Thanks!
×
×
  • Create New...