Jump to content

rSanjoSEO

Member
  • Posts

    16
  • Joined

  • Last visited

Posts posted by rSanjoSEO

  1. Good Morning.

    I use 2 user profiles: retailers and end customers.

    With the normal products I have no problems, but when there are variants, I see that I can only put a price for each option in the matrix.

    Is there no option to be able to set one price for retailer and another for final customer in the array of options?

  2. Only a few days ago I started with CubeCart. I still have a lot to know.

    What you say is very reasonable. The simplest thing is to modify the skin so that it does not show the price, or to take it directly from the matrix.

    I'm preparing a script for CubeCart to take data from my database directly, and with that I could avoid the possibility of redundancy.

    I hope to be able to help soon as you are helping me now (even though I hardly speak English)

  3. That is what I had thought to do to solve it.

    But the problem lies in data redundancy and possible inconsistency. The logical thing would be that in products with options the default price option would be deactivated, and the price of the default option would be displayed.

    Other applications do not have a product price, but always create at least one option (even if they do it internally)

  4. I think it still lacks a twist to the issue of product options.

    In sections like "Best sellers", the product comes with its standard price. I guess it's meant to put the default product and add the price difference to the options, but the truth is that it is not the usual work like that.

    Having a default price and then a different price for each option can create inconsistency in the information that is displayed to the customer.

    sample.png.45d3ad466168b0be2ad0274faf414326.png

    Still, I'm liking CubeCart as an alternative to other products like Prestashop.

    I'm still in 6.1.6, but I'm still testing. I have to upload many products and I will surely do it directly on the database. I have notified Softaculous of the new update.

    At the moment I want to know the tool well. I have worked with Magento and Prestashop and needed one that would allow me to handle 2 rates in a simple way. Prestashop does not and Magento is too heavy.

    Thank you very much for your help.

  5. Don't work!

    First, I got an availability message from version 6.1.7 and updated it.

    Then, I have executed the commands that you indicated to me by changing the names of the tables to those of my database:

    Quote

    DELETE FROM `cc_cubecart_filemanager` WHERE `filename` NOT REGEXP '(jpeg|jpg|gif|png)$' AND `type` = 1; #EOQ
    ALTER TABLE `cc_cubecart_option_assign` ADD COLUMN `option_default` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0 AFTER `set_enabled`; #EOQ
    ALTER TABLE `cc_cubecart_option_assign` CHANGE `option_weight` `option_weight` DECIMAL(10,3)  NOT NULL  DEFAULT '0.00'; #EOQ

    Affected rows: 1

    I have cleared the cache data, but still, I do not see the default check.

  6. Hi @bsandall. I have updated the version and I think it has not been resolved.

    When I access the product page there is no predefined option, or where I can preset it.

    If I have a product with 2 options (for example boxes of 30 and 60 units), when accessing the product page, I do not see any of the 2 options pre-marked, and in addition, the price that comes out is the product price (which may be even different to both options).

    What I said is if there is any way to indicate that when entering the product page, by default, one of the options is marked, and the price is updated to that option.

    Thank you very much.

  7. Quote

    The product's price will be dynamically updated when options are chosen. There will be some confusion about the base price until an option is selected. CubeCart manages the final cost and weight when added to the cart.

    It is true! There will be some confusion, so there should be an option for a default format to be selected. Although I have not found it.

  8. Thank you @Dirty Butter. I'm sorry, I'm spanish and my english is not very good!

    I'm using CC version 6.1.5 with default skin.

    I have created a product with different variants (serum with 15ml and 50ml format, for example); But when I access the product on the web I do not get marked either of the 2 options. I have made them mandatory and I have to select one, but I get the product with the default price and without marking any of the 2 options.

    I understand that there should be some place to indicate, for example, by default, the product selected would be 15ml, letting me select the 50ml if it is the one I want.

    Thank you very much.

×
×
  • Create New...