Jump to content


Corporate Sponsors


Latest News: (loading..)

johnnybebad

Member Since 09 Dec 2008
Offline Last Active Apr 15 2011, 18:53
-----

Posts I've Made

In Topic: Table Rate

22 March 2011, 22:31

View Postrickg, on 22 March 2011, 15:56, said:

Hi. I am very new at this. I reprogrammed the table rate from the default to

5:6.99,10:8.99,30:11.99,50:15.99,100:19.99,10000:0.00

It does work for one object BUT

if I buy a 30 lb bag of dog food, it comes up at 11.99 just as I wanted it to. BUT, if I add a 15 lb. bag (45 lbs. total) it comes up at $23.98 for shipping which is too high. As I programmed it, 45 lbs. should be $15.99.


Any ideas?? What is wrong here?
Rick


Well looks like thats 11.99 twice.


so we are getting weight of 30lb at 11.99 + wieght of 15lb at 11.99


instead of total weight of 45lb = 15.99

so need to find out why its adding shipping rates together for seperate products, rather than adding the weights and calculating the rate.

In Topic: Links Manager II

21 March 2011, 20:53

Hi Jack,

installed 1.29 by uploading the files appeared okayt, but I dont want people to upload there images to the site, so prefer just to have the the old image url option only.

would i need to modify much to keep the new functionality and still use the image url in submit links and in admin?

maybe useful tohave as option selected in admin or to haev the option for the link submitter, if they want to upload or use the url?

Thanks, I did note that previously submitted image urls worked fine.

In Topic: Supertracker Development

02 March 2011, 22:09

Hi my version of super tracker stopped working today, now according to my files and my security updates nothing has changed.

the file itself is reading okay, ie if I manually insert a line in the database the file reads it and display in admin.

so the database isnt recording the data anymore.

any ideas?

In Topic: Header Tags SEO

02 March 2011, 17:52

View PostJack_mcs, on 02 March 2011, 13:54, said:

I don't understand what you mean about uploading files. There's no such option in Header Tags.


Hi Jack, sorry about the crossed wires.

google give you options on verifying that you own the site.

you can add the meta tag
you can upload the file
and other options

but it be a lot easier to have the tag available in header tags, and you can just fill it in and go.

ie instead of uploading files to teh root directory, enter into admin the verification codes from the search engines so they can verify you own the site?

<meta name="y_key" content="" />
<meta name="google-site-verification" content="" />

In Topic: not showing NEW PRODUCTS in v2.3.1

02 March 2011, 14:23

View Postmel37, on 02 March 2011, 12:44, said:

Hi

I was looking for some help. I'm a completely new to os commerce 2.3.1 I have just installed and have started to change a few things. But have now found that the new products are not showing. I have looked inside my index.php to see if the following lines have been commented out
<?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>
include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);
But it looks like those lines aren't even there, any help please

you need a list of what files you have changed so you can work through and find out whats caused the problem by retracing your steps

before you change anything backup your files so you can always go back to what you had.

from experiance changing things is straight forward, changing them correctly isn't(humans make mistakes).