Jump to content

ctdesign87

Members
  • Posts

    4
  • Joined

  • Last visited

ctdesign87's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. HI there Is there any way to ensure that customers from a particular zone get FREE SHIPPING, whilst other customers from all other zones have to pay the 'Additional shipping fee' that's assigned to each product?
  2. Hi there Is it possible to create a separate 'Thank you' page after a user signs up to your shop? Currently, it's going to the /my-account page. This request isn't for the checkout process, but only via a Register link that's provided separately. We need this to be able to insert some tracking code on this Thankyou page. Any help appreciated, much thanks CT
  3. Hi there When people first sign up for the store (not including when they sign up during the checkout process), I would like them to be redirected to a CMS content page. I've tried to change the Tools::redirect in AuthController.php but new users are automatically redirected back to the my-account page (which I don't want them to) Can someone please let me know how to do this?
  4. hi there i have managed to sucessfully change the product-list-tpl depending on which category is selected. however i have an issue related to efficiency. within the product-list.tpl file i've inserted the following code: {if $category->id == 75 || $category->id == 76 || $category->id == 77 || $category->id == 78 || $category->id == 79 || $category->id == 80 || $category->id == 81 || $category->id == 82 || $category->id == 83 || $category->id == 84 || $category->id == 85 || $category->id == 86 || $category->id == 87 || $category->id == 88 || $category->id == 89 || $category->id == 90 || $category->id == 91 || $category->id == 92 || $category->id == 93 || $category->id == 94 || $category->id == 95 || $category->id == 96 || $category->id == 97 || $category->id == 98 || $category->id == 99} surely there would be a more efficient way for the server going through this list of numbers and having to see if it matches to satisfy the conditions of the if statement. can anyone suggest a step by step process to making this more efficient? im looking into arrays atm, but am getting confused atm.
×
×
  • Create New...