Jump to content

RDJ

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by RDJ

  1. I pretty much said it right there. I am only offering one method of shipping right now and I want it free within the US and a flat fee outside the US. Can someone tell me how to do that?
  2. Even if I disable the oversized category, the next in line takes its place as too big. That i why i think it has something to do with the box model.
  3. One category block on my page is bigger than the rest. The 5th spot on the grid will be oversized no matter what category is there. I need to change the box model size (i think), the one depicted in the screen shot's lower right corner. I just cant find where it is. anyone know where i can change these values?
  4. Thanks for responding. I fixed it using a different theme.
  5. There are two text blocks that appear on my category and product page and I have no idea where they come from or how to get rid of them. haroldsapparel.com prestashop 1.6 they look like this
  6. haroldsapparel.com prestashop 1.6 Theme948 I cannot process any orders because customers are unable to fill out the registration form with what it says is required. State is required, but there are no states on the dropdown menu, despite the fact they are listed and assaociated with the US in the backoffice. It also gives an error saying The Zip/Postal code you've entered is invalid. but there is nowhere to enter a zip code on the form. Any help with this is greatly appreciated.
  7. There are no states available on my State drop down list in the address form. This is the code for the registration process in /authentication.tpl. Shouldn't each state be listed, as it is with the months for Date of Birth? </div> {elseif $field_name eq "State:name"} {assign var='stateExist' value=true} <div class="required id_state select form-group"> <label for="id_state">{l s='State'} <sup>*</sup></label> <select name="id_state" id="id_state" class="form-control"> <option value="">-</option> </select> </div> {/if} {/foreach} {if $stateExist eq false} <div class="required id_state select unvisible form-group"> <label for="id_state">{l s='State'} <sup>*</sup></label> <select name="id_state" id="id_state" class="form-control"> <option value="">-</option> </select> </div> {/if} {if $postCodeExist eq false} <div class="required postcode unvisible form-group"> <label for="postcode">{l s='Zip/Postal Code'} <sup>*</sup></label> <input type="text" class="form-control" name="postcode" id="postcode" value="{if isset($smarty.post.postcode)}{$smarty.post.postcode}{/if}" onblur="$('#postcode').val($('#postcode').val().toUpperCase());" /> I also noticed this near the top of the page and thought it might be relevant. {include file="$tpl_dir./errors.tpl"} {assign var='stateExist' value=false} {assign var="postCodeExist" value=false} {assign var="dniExist" value=false} {if !isset($email_create)} <!--{if isset($authentification_error)} <div class="alert alert-danger"> {if {$authentification_error|@count} == 1} <p>{l s='There\'s at least one error'} :</p> {else} <p>{l s='There are %s errors' sprintf=[$account_error|@count]} :</p> {/if} <ol> {foreach from=$authentification_error item=v} <li>{$v}</li> {/foreach} </ol>
  8. I have finished the basics for my site, haroldsapparel.com but cannot sell anything due to no states being available on the drop down list within the address section of both guest checkout and registration process. States are visible from back office and linked the the united states. I've attempted to learn all this on my own, but I am stuck here. Any Help?
×
×
  • Create New...