Jump to content


Corporate Sponsors


Latest News: (loading..)

panicgripdesigns

Member Since 09 Jun 2008
Offline Last Active Apr 26 2012, 20:54
-----

Posts I've Made

In Topic: How to do address verification for customers

07 November 2011, 17:23

 subuno, on 05 November 2011, 16:28, said:

Manual review of the order and common sense is definitely one of the best things to do. However, manual review is costly in terms of time. There are many tools out there that will help speed up the process of manual review like discussed above.


Very true. It is definitely time consuming. So for larger order where you have more to lose, it can be worth every second, but for very small orders, it is actually better to just hit Ship or Refund.

One other thing to consider is, if you ship a bad order, and they get their money back, you lose the cost of goods, but if you just refund the order instead of shipping it, you lose the potential profit.

If the item is of little or no margin, refund the order, if it has a ton of markup, example: $20 order for a $2 part, take your chances.

In Topic: How to give category listings different CSS values?

07 November 2011, 17:19

View PostLovelock, on 07 November 2011, 00:49, said:

Ive tried what you said and theres no hover effect :/

EDIT, sorted.

Changed it to:

$data = '<div id="Category_Box" class="Category_Box infoBoxContainer">' .

However, if i wanted to do the same for the index page information... where is the div for that?

If you mean the box for information, that's catalog/includes/modules/boxes/bm_information.php (or something very similar in that same directory)

In Topic: If statement in "shipping/packaging"

07 November 2011, 17:16

check out the table rate, and per item, see if they do at all what you're looking for.

in admin>modules>shipping>install modules>

if not, check out the contributions on oscommerce.com for shipping modules

In Topic: Made my first sale, thank you Oscommerce

07 November 2011, 17:13

Congrats! If you keep at it, and look into some of the SEO addons you might just see your orders grow exponentially.

In Topic: New Categories don't show up in Categories Box ? HELP

04 November 2011, 19:54

Here's what I've found

You can have either

Category
- products

or


Category
--Category
-- -- Products

but never

Category
--Products and Categories
-- --Products

Does it look like that could possibly be part of your issue?