Jump to content

New Site conversation


pcktlnt
 Share

Recommended Posts

  • Replies 365
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I know the Palette wasn't compatible with the new website, and that it's not a high priority, but I was wondering if there was some way it could be hosted elsewhere...

As someone who is red-green colorblind, I found it invaluable in finding the right colors based on photo references. If there's anything I can do to help resurrect it, I'd like to step up and do so.

  • Like 4
Link to comment
Share on other sites

Hi guys,

I have been thinking of getting a few minis (as I recently took up mini painting as a hobby).

Maybe it is the timing but indeed there are a lot of minis out of stock. That being said, navigating into the mini selection, it would be very helpful to have a search selection to remove out of stock minis (maybe a simple 3 option search select: all, only in stock, out of stock) so we don't have to go through pages of non selectable items.

 

 

 

  • Like 6
Link to comment
Share on other sites

Where do I discuss concerns with the website? Here? A user can see the inventory for a figure they've put in their cart, along with a lot of superfluous information. It's not a bug, per se, but seems like information that maybe shouldn't be exposed.

Typically, you'll see an order creation response with some json that will trigger some sort of order created or product added to the cart information that is displayed to the user. None of that is created by the reapermini site but I do see all of this in the response to adding something to the cart. I've scrubbed the address info. :) Everything else is what gets returned by Reaper.

 

{
    "cart": {
        "byops": [],
        "digital": [],
        "giftCard": [],
        "paymentType": "",
        "product": [
            {
                "barcode": "762486776496",
                "fillQuantity": 0,
                "image": "77649_w_1.jpg",
                "local": {
                    "lineTotal": 598,
                    "price": 299
                },
                "maxDiscount": "",
                "name": "D'Tenian, d10",
                "price": 299,
                "quantity": 2,
                "sku": "77649",
                "weight": 0.55
            }
        ],
        "promoItems": [],
        "rawTotal": {
            "byopsSubTotal": 0,
            "digitalSubTotal": 0,
            "giftCardSubTotal": 0,
            "productSubTotal": 598,
            "subTotal": 598,
            "tax": 0,
            "total": 0,
            "totalItems": 2
        },
        "shipping": {
            "carrier": "",
            "freeShipping": false,
            "id": "",
            "rate": "",
            "service": "",
            "weight": 2
        },
        "shippingAddress": {
            "address1": "123 Main Street",
            "address2": "",
            "business": "",
            "city": "Anytown",
            "country": "US",
            "lastUsed": "2020-02-05T02:39:14.754Z",
            "name": "SirLarpsAlot",
            "phone": "555-555-1234",
            "postCode": "90210",
            "state": "CA",
            "verifiedBusiness": false
        },
        "total": {
            "byopsSubTotal": {
                "discountTotal": 0,
                "total": 0
            },
            "currency": "USD",
            "digitalSubTotal": {
                "discountTotal": 0,
                "total": 0
            },
            "giftCardSubTotal": {
                "discountTotal": 0,
                "total": 0
            },
            "inventoryCountry": "US",
            "productSubTotal": {
                "total": 598
            },
            "subTotal": 598,
            "symbol": "$",
            "tax": 0,
            "taxRate": 0,
            "total": 598
        }
    },
    "inventory": {
        "AU": 0,
        "AUThreshold": 6,
        "UK": 12,
        "UKThreshold": 6,
        "US": 1396,
        "USThreshold": 12
    },
    "message": "Item 77649 added to cart"
}

 

Edited by SirLarpsAlot
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...