Re: Royal Mail has changed price!
after successfully altering the prices, they still show wrong when you checkout. Anyone know why this would be?
Jump to post- Fri May 21, 2010 12:13 am
- Replies 21
- Views 5236
Re: How can I make the "postcode" required when registering?
I keep getting this error on my contact page
have followed the steps several times but keep hitting the same problem
Notice: Undefined variable: error_postcode in /customers/ghd-spares.com/ghd-spares.com/httpd.www/catalog/view/theme/default/template/account/create.tpl on line 81
- Fri May 07, 2010 10:31 pm
- Replies 83
- Views 309931
Paypal shipping issue
People are being charged postage in opencart, then on paying in paypal another shipping charge is added. I think I may have worked it out, and it was my postage option in paypal adding charges dependent on the value of the order. I set these all to £0.00, will this work, or is there another way of d...
Jump to post- Tue May 04, 2010 5:16 pm
- Replies 1
- Views 585
How do I make a PDF appear from a text link?
I have a situation where the customer needs to open a pdf in a new window from a link prior to purchasing a product.
I uploaded the pdf to my server, then made a link pointing to it's location.
It doesn't work though. I can browse directly to that location, but it doesn't work through the link?
- Mon Apr 26, 2010 10:14 pm
- Replies 0
- Views 345
Re: Having trouble with shipping
I managed to change the the code so the new rates were effective, perhaps the large letter rates can go in as well.
Hmm...
- Fri Apr 23, 2010 10:48 pm
- Replies 4
- Views 728
Re: Having trouble with shipping
I worked it out, it was because I had everything in grams and Royal Mail uses kilos. So everything was too heavy.
Can you use Royal Mail large letter in opencart. Or does is use parcel by default?
- Fri Apr 23, 2010 10:36 pm
- Replies 4
- Views 728
Having trouble with shipping
I'm having some trouble with shipping. I keep getting the "Error: No Shipping options are available. Please contact us for assistance!" error. I have set up my shipping for Royal Mail (4 options) and Citilink. It seems that no matter what is added to my cart, I can't checkout. What am I missing? Chris
Jump to post- Fri Apr 23, 2010 10:09 pm
- Replies 4
- Views 728
Re: SEO help
hmm, that's not going to work is it as I'd have to re-install everything. can someone post what code should be in the .htaccess file? Why can't you just download the zip and open it and copy one file? I could actually see that file on it's own when I downloaded and unzipped (maybe because I'm on a ...
Jump to post- Wed Apr 21, 2010 11:42 pm
- Replies 13
- Views 1613
Re: SEO help
thanks, I managed to find that.
I had to insert a # before the options symlink line.
- Wed Apr 21, 2010 9:21 pm
- Replies 13
- Views 1613
Re: SEO help
hmm, that's not going to work is it as I'd have to re-install everything.
can someone post what code should be in the .htaccess file?
- Wed Apr 21, 2010 8:50 pm
- Replies 13
- Views 1613
Re: SEO help
can i download opencart again and overwrite the file, whilst changing the name to .htaccess?
Jump to post- Wed Apr 21, 2010 8:10 pm
- Replies 13
- Views 1613
Re: SEO help
this is what is in that file:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
- Wed Apr 21, 2010 4:40 pm
- Replies 13
- Views 1613
Re: SEO help
it appears as just .htaccess in my dreamweaver file list. no .txt at the end
Jump to post- Wed Apr 21, 2010 4:40 pm
- Replies 13
- Views 1613
Re: SEO help
I will double check but I think it is.
Jump to post- Wed Apr 21, 2010 5:46 am
- Replies 13
- Views 1613
Re: SEO help
I was originally, but reinstalled the shop to operate straight from http://mydomain.com
Jump to post- Wed Apr 21, 2010 12:34 am
- Replies 13
- Views 1613
SEO help
I've had a search for this, but not come up with anything. I asked my host and the apache module mod-rewrite is enabled. My htaccess.txt is renamed to .htaccess I enabled SEO URL and my products no longer appear, just a 404 error. What am I doing wrong? Sorry if this is an oft-asked question but I'm...
Jump to post- Wed Apr 21, 2010 12:25 am
- Replies 13
- Views 1613
DHL shipping module
I'd like a DHL shipping option.
Is it easy enough to duplicate (for eg) the citilink module and change all mentions of citilink to DHL. How would I then get it to appear in the admin?
Is it more complicated than I think?
Or, alternatively, could I just change citilink to DHL?
Thanks
Chris
- Sat Apr 17, 2010 12:22 am
- Replies 3
- Views 1995
Re: Royal Mail has changed price!
second class recorded
if ($this->config->get('royal_mail_2nd_class_recorded') && $address['iso_code_2'] == 'GB') {
$cost = 0;
$compensation = 0;
$rates = explode(',', '.1:1.91,.25:2.25,.5:2.69,.75:3.10,1:3.58');
- Sat Apr 17, 2010 12:19 am
- Replies 21
- Views 5236
Re: Royal Mail has changed price!
second class
if ($this->config->get('royal_mail_2nd_class_standard') && $address['iso_code_2'] == 'GB') {
$cost = 0;
$rates = explode(',', '.1:1.17,.25:1.51,.5:1.95,.75:2.36,1:2.84');
- Sat Apr 17, 2010 12:17 am
- Replies 21
- Views 5236
Re: Royal Mail has changed price!
1st class:
if ($this->config->get('royal_mail_1st_class_standard') && $address['iso_code_2'] == 'GB') {
$cost = 0;
$compensation = 0;
$rates = explode(',', '.1:1.39,.25:1.72,.5:2.24,.75:2.75,1:3.35,1.25:4.50,1.5:5.20,1.75:5.90,2:6.60,4:8.22,6:11.02,8:13.82,10:16.62');
- Sat Apr 17, 2010 12:13 am
- Replies 21
- Views 5236